Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
System.Net.Sockets Namespace Reference

Classes

class  AcceptExDelegate__System_Net_Sockets__Impl
 
class  ConnectExDelegate__System_Net_Sockets__Impl
 
class  DisconnectExDelegate__System_Net_Sockets__Impl
 
class  DisconnectExDelegateBlocking__System_Net_Sockets__Impl
 
class  GetAcceptExSockaddrsDelegate__System_Net_Sockets__Impl
 
class  SafeCloseSocket__System_Net_Sockets
 
class  SafeCloseSocket_InnerSafeCloseSocket__System_Net_Sockets
 
class  SafeFreeAddrInfo__System_Net_NameResolution
 
class  TransmitPacketsDelegate__System_Net_Sockets__Impl
 
class  WSARecvMsgDelegate__System_Net_Sockets__Impl
 
class  WSARecvMsgDelegateBlocking__System_Net_Sockets__Impl
 

Functions

unsafe delegate void GetAcceptExSockaddrsDelegate__System_Net_Sockets (global::System.IntPtr buffer, int receiveDataLength, int localAddressLength, int remoteAddressLength, out global::System.IntPtr localSocketAddress, out int localSocketAddressLength, out global::System.IntPtr remoteSocketAddress, out int remoteSocketAddressLength)
 
unsafe delegate bool AcceptExDelegate__System_Net_Sockets (global::System.Net.Sockets.SafeCloseSocket__System_Net_Sockets listenSocketHandle, global::System.Net.Sockets.SafeCloseSocket__System_Net_Sockets acceptSocketHandle, global::System.IntPtr buffer, int len, int localAddressLength, int remoteAddressLength, out int bytesReceived, global::System_Threading.NativeOverlapped__System_Private_CoreLib *overlapped)
 
unsafe delegate bool ConnectExDelegate__System_Net_Sockets (global::System.Net.Sockets.SafeCloseSocket__System_Net_Sockets socketHandle, global::System.IntPtr socketAddress, int socketAddressSize, global::System.IntPtr buffer, int dataLength, out int bytesSent, global::System_Threading.NativeOverlapped__System_Private_CoreLib *overlapped)
 
unsafe delegate bool DisconnectExDelegate__System_Net_Sockets (global::System.Net.Sockets.SafeCloseSocket__System_Net_Sockets socketHandle, global::System_Threading.NativeOverlapped__System_Private_CoreLib *overlapped, int flags, int reserved)
 
unsafe delegate bool DisconnectExDelegateBlocking__System_Net_Sockets (global::System.Net.Sockets.SafeCloseSocket__System_Net_Sockets socketHandle, global::System.IntPtr overlapped, int flags, int reserved)
 
unsafe delegate global::System_Net_Sockets.SocketError__System_Net_Primitives WSARecvMsgDelegate__System_Net_Sockets (global::System.Net.Sockets.SafeCloseSocket__System_Net_Sockets socketHandle, global::System.IntPtr msg, out int bytesTransferred, global::System_Threading.NativeOverlapped__System_Private_CoreLib *overlapped, global::System.IntPtr completionRoutine)
 
unsafe delegate global::System_Net_Sockets.SocketError__System_Net_Primitives WSARecvMsgDelegateBlocking__System_Net_Sockets (global::System.IntPtr socketHandle, global::System.IntPtr msg, out int bytesTransferred, global::System.IntPtr overlapped, global::System.IntPtr completionRoutine)
 
unsafe delegate bool TransmitPacketsDelegate__System_Net_Sockets (global::System.Net.Sockets.SafeCloseSocket__System_Net_Sockets socketHandle, global::System.IntPtr packetArray, int elementCount, int sendSize, global::System_Threading.NativeOverlapped__System_Private_CoreLib *overlapped, global::System_Net_Sockets.TransmitFileOptions__System_Net_Sockets flags)