public abstract class TcpClientTransportBase<TTransport> : PipelinedClientTransportBase
where TTransport : TcpClientTransportBase<TTransport>
Public MustInherit Class TcpClientTransportBase(Of TTransport As TcpClientTransportBase(Of TTransport))
Inherits PipelinedClientTransportBase
generic<typename TTransport>
where TTransport : TcpClientTransportBase<TTransport>
public ref class TcpClientTransportBase abstract : public PipelinedClientTransportBase
[<AbstractClassAttribute>]
type TcpClientTransportBase<'TTransport when 'TTransport : TcpClientTransportBase<'TTransport>> =
class
inherit PipelinedClientTransportBase
end
MaximumAllowedQuerySize |
The maximum allowed size of queries in bytes
(Overrides PipelinedClientTransportBaseMaximumAllowedQuerySize) |
SupportsMulticastTransfer |
Returns a value indicating if the transport supports multicast communication
(Inherited from PipelinedClientTransportBase) |
SupportsPooledConnections |
Returns a value indicating if the transport supports pooled connections
(Inherited from PipelinedClientTransportBase) |
SupportsReliableTransfer |
Returns a value indicating if the transport is reliable
(Inherited from PipelinedClientTransportBase) |
ConnectAsync |
Creates a new connection to a server
(Inherited from PipelinedClientTransportBase) |
Dispose | (Inherited from 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
(Inherited from PipelinedClientTransportBase) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |