Method | Description | |
---|---|---|
AReadOnlyLocalRemoteSockets ( IPSocket LocalSocket, IPSocket RemoteSocket ) : System |
Create a new abstract local/remote socket combination.
|
|
Dispose ( ) : void |
Dispose this packet.
|
|
ToString ( ) : String |
Return a string representation of this object.
|
public AReadOnlyLocalRemoteSockets ( IPSocket LocalSocket, IPSocket RemoteSocket ) : System | ||
LocalSocket | IPSocket | The local socket. |
RemoteSocket | IPSocket | The remote socket. |
return | System |