Beispiel #1
0
 public static extern SocketError WSAConnect(IntPtr socket, ref SocketAddressIn address, int addressSize,
                                             IntPtr inBuffer, IntPtr outBuffer, IntPtr sQos, IntPtr gQos);
Beispiel #2
0
 public static extern SocketError Bind(IntPtr socket, ref SocketAddressIn address, int addressSize);