public class TcpServerTransport : TcpServerTransportBase<TcpServerTransport>Public Class TcpServerTransport
Inherits TcpServerTransportBase(Of TcpServerTransport)public ref class TcpServerTransport : public TcpServerTransportBase<TcpServerTransport^>type TcpServerTransport =
class
inherit TcpServerTransportBase<TcpServerTransport>
end| TcpServerTransport(IPAddress, Int32, Int32) | Creates a new instance of the TcpServerTransport |
| TcpServerTransport(IPEndPoint, Int32, Int32) | Creates a new instance of the TcpServerTransport |
| AllowTruncatedResponses |
A value indicating, if truncated responses are allowed using this transport.
(Inherited from TcpServerTransportBaseTTransport) |
| DefaultAllowedResponseSize |
The default allowed response size if no EDNS option is set.
(Inherited from TcpServerTransportBaseTTransport) |
| KeepAlive |
The keep alive timeout in milliseconds for waiting for subsequent queries on the same connection
(Inherited from TcpServerTransportBaseTTransport) |
| SupportsMultipleResponses |
A value indicating, if the transport supports sending multiple response to a single query.
(Inherited from TcpServerTransportBaseTTransport) |
| Timeout |
The read and write timeout of the transport in milliseconds
(Inherited from TcpServerTransportBaseTTransport) |
| TransportProtocol |
The transport protocol this transport is using
(Overrides TcpServerTransportBaseTTransportTransportProtocol) |
| AcceptConnectionAsync |
Waits for a new connection and return the connection
(Inherited from TcpServerTransportBaseTTransport) |
| Bind |
Binds the transport to the network stack
(Inherited from TcpServerTransportBaseTTransport) |
| Close |
Closes the transport
(Inherited from TcpServerTransportBaseTTransport) |
| Dispose | (Inherited from TcpServerTransportBaseTTransport) |
| 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) |
| 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 |