public class TlsClientTransport : TcpClientTransportBase<TlsClientTransport>Public Class TlsClientTransport
Inherits TcpClientTransportBase(Of TlsClientTransport)public ref class TlsClientTransport : public TcpClientTransportBase<TlsClientTransport^>type TlsClientTransport =
class
inherit TcpClientTransportBase<TlsClientTransport>
end| TlsClientTransport | Creates a new instance of the TlsClientTransport |
| 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 TLS DNS communication |