C# Class GAS.Core.Tools.RSocket

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

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RSocket() public method

public RSocket ( AddressFamily adressfamily, SocketType sockettype, ProtocolType protocoltype ) : System
adressfamily AddressFamily
sockettype SocketType
protocoltype ProtocolType
return System

RSocket() public method

public RSocket ( SocketInformation socketinformation ) : System
socketinformation System.Net.Sockets.SocketInformation
return System