C# Class GAS.Core.Tools.RSocket

Inheritance: System.Net.Sockets.Socket, IDisposable
Afficher le fichier Open project: old-kasthack-s-projects/GAS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RSocket ( AddressFamily adressfamily, SocketType sockettype, ProtocolType protocoltype ) : System
RSocket ( SocketInformation socketinformation ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RSocket() public méthode

public RSocket ( AddressFamily adressfamily, SocketType sockettype, ProtocolType protocoltype ) : System
adressfamily AddressFamily
sockettype SocketType
protocoltype ProtocolType
Résultat System

RSocket() public méthode

public RSocket ( SocketInformation socketinformation ) : System
socketinformation System.Net.Sockets.SocketInformation
Résultat System