public class TcpClientTransport : TcpClientTransportBase<TcpClientTransport>
Public Class TcpClientTransport
Inherits TcpClientTransportBase(Of TcpClientTransport)
public ref class TcpClientTransport : public TcpClientTransportBase<TcpClientTransport^>
type TcpClientTransport =
class
inherit TcpClientTransportBase<TcpClientTransport>
end
TcpClientTransport | Creates a new instance of the TcpClientTransport |
MaximumAllowedQuerySize |
The maximum allowed size of queries in bytes
(Inherited from TcpClientTransportBaseTTransport) |
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) |
DEFAULT_PORT | The default port of TCP DNS communication |