Метод | Описание | |
---|---|---|
ALocalRemoteSockets ( ) : System |
Create a new abstract ALocalRemoteSockets.
|
|
ALocalRemoteSockets ( IPSocket LocalSocket, IPSocket RemoteSocket ) : System |
Create a new abstract ALocalRemoteSockets.
|
|
Dispose ( ) : void |
Dispose this packet.
|
|
ToString ( ) : String |
Return a string representation of this object.
|
public ALocalRemoteSockets ( IPSocket LocalSocket, IPSocket RemoteSocket ) : System | ||
LocalSocket | IPSocket | The local socket of this UDP packet. |
RemoteSocket | IPSocket | The remote socket of this UDP packet. |
Результат | System |