C# Class Shared.CustomSocket

Inheritance: Socket
Mostra file Open project: jbouzaglou/PetPigeonsESB

Public Methods

Method Description
CustomSocket ( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType ) : System
CustomSocket ( SocketInformation socketInformation ) : System
CustomSocket ( SocketType socketType, ProtocolType protocolType ) : System
SendUnsafe ( UnsafeNclNativeMethods buffers, SocketFlags flags ) : int

Method Details

CustomSocket() public method

public CustomSocket ( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType ) : System
addressFamily AddressFamily
socketType SocketType
protocolType ProtocolType
return System

CustomSocket() public method

public CustomSocket ( SocketInformation socketInformation ) : System
socketInformation System.Net.Sockets.SocketInformation
return System

CustomSocket() public method

public CustomSocket ( SocketType socketType, ProtocolType protocolType ) : System
socketType SocketType
protocolType ProtocolType
return System

SendUnsafe() public method

public SendUnsafe ( UnsafeNclNativeMethods buffers, SocketFlags flags ) : int
buffers System.Net.UnsafeNclNativeMethods
flags SocketFlags
return int