C# Class TrotiNet.Test.EchoSocket

Inheritance: IDisposable
Afficher le fichier Open project: Gizeta/Nekoxy-fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
socket Socket

Méthodes publiques

Méthode Description
Dispose ( ) : void
EchoSocket ( bool UseIPv6 ) : System
EchoSocket ( bool UseIPv6, byte msg ) : System
EchoSocket ( bool UseIPv6, string msg ) : System
EchoSocket ( int Port, bool UseIPv6 ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EchoSocket() public méthode

public EchoSocket ( bool UseIPv6 ) : System
UseIPv6 bool
Résultat System

EchoSocket() public méthode

public EchoSocket ( bool UseIPv6, byte msg ) : System
UseIPv6 bool
msg byte
Résultat System

EchoSocket() public méthode

public EchoSocket ( bool UseIPv6, string msg ) : System
UseIPv6 bool
msg string
Résultat System

EchoSocket() public méthode

public EchoSocket ( int Port, bool UseIPv6 ) : System
Port int
UseIPv6 bool
Résultat System

Property Details

socket public_oe property

public Socket socket
Résultat Socket