public interface IClientTransport : IDisposablePublic Interface IClientTransport
Inherits IDisposablepublic interface class IClientTransport : IDisposabletype 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 |