IServerTransport Interface
Interface of a transport used by a client
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public interface IServerTransport : IDisposable
Public Interface IServerTransport
Inherits IDisposable
public interface class IServerTransport : IDisposable
type IServerTransport =
interface
interface IDisposable
end
- Implements
- IDisposable
AcceptConnectionAsync |
Waits for a new connection and return the connection
|
Bind |
Binds the transport to the network stack
|
Close |
Closes the transport
|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |