IServerConnection Interface
Interface of a connection used by a server
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public interface IServerConnection : IDisposable
Public Interface IServerConnection
Inherits IDisposable
public interface class IServerConnection : IDisposable
type IServerConnection =
interface
interface IDisposable
end
- Implements
- IDisposable
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
InitializeAsync |
Initializes the connection before it can be used for sending/receiving data
|
ReceiveAsync |
Receives a new package of the client
|
SendAsync |
Sends a raw package to the client
|