C# Class TrotiNet.Test.EchoSocket

Inheritance: IDisposable
Exibir arquivo Open project: Gizeta/Nekoxy-fiddler Class Usage Examples

Public Properties

Property Type Description
socket Socket

Public Methods

Method 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 method

public Dispose ( ) : void
return void

EchoSocket() public method

public EchoSocket ( bool UseIPv6 ) : System
UseIPv6 bool
return System

EchoSocket() public method

public EchoSocket ( bool UseIPv6, byte msg ) : System
UseIPv6 bool
msg byte
return System

EchoSocket() public method

public EchoSocket ( bool UseIPv6, string msg ) : System
UseIPv6 bool
msg string
return System

EchoSocket() public method

public EchoSocket ( int Port, bool UseIPv6 ) : System
Port int
UseIPv6 bool
return System

Property Details

socket public_oe property

public Socket socket
return Socket