public interface IClientTransport : IDisposable
Public Interface IClientTransport
Inherits IDisposable
public interface class IClientTransport : IDisposable
type IClientTransport =
interface
interface IDisposable
end
MaximumAllowedQuerySize | The maximum allowed size of queries in bytes |
SupportsMulticastTransfer | Returns a value indicating if the transport supports multicast communication |
SupportsPooledConnections | Returns a value indicating if the transport supports pooled connections |
SupportsReliableTransfer | Returns a value indicating if the transport is reliable |
ConnectAsync | Creates a new connection to a server |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
GetPooledConnectionAsync | Gets connection from the pool |