ProxySocket.Accept Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Accept()
Accepts an incoming connection.
Declaration
public ISocket Accept()
Returns
| Type | Description |
|---|---|
| ISocket | An instance of connected ProxySocket. |
Remarks
A call to Accept is only allowed after a call to Listen(ISocket) method.