C# Class org.GraphDefined.Vanaheimr.Hermod.Sockets.ALocalRemoteSockets

An abstract class for all TCP streams and UDP packets.
Inheritance: IDisposable
Afficher le fichier Open project: Vanaheimr/Hermod

Méthodes publiques

Méthode Description
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.

Method Details

ALocalRemoteSockets() public méthode

Create a new abstract ALocalRemoteSockets.
public ALocalRemoteSockets ( ) : System
Résultat System

ALocalRemoteSockets() public méthode

Create a new abstract ALocalRemoteSockets.
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.
Résultat System

Dispose() public méthode

Dispose this packet.
public Dispose ( ) : void
Résultat void

ToString() public méthode

Return a string representation of this object.
public ToString ( ) : String
Résultat String