public abstract class PipelinedClientTransportBase : IClientTransport,
IDisposable
Public MustInherit Class PipelinedClientTransportBase
Implements IClientTransport, IDisposable
public ref class PipelinedClientTransportBase abstract : IClientTransport,
IDisposable
[<AbstractClassAttribute>]
type PipelinedClientTransportBase =
class
interface IClientTransport
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 | Releases all resources used by the PipelinedClientTransportBase |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetPooledConnectionAsync | Gets connection from the pool |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |