Ejemplo n.º 1
0
 public static extern Int32 GetEndPoint(IntPtr socket, [Out] out UdpEndPoint.Native addr);
Ejemplo n.º 2
0
 public static extern Int32 SendTo(IntPtr socket, [Out] byte[] buffer, int size, UdpEndPoint.Native addr);
Ejemplo n.º 3
0
 public static extern Int32 RecvFrom(IntPtr socket, [Out] byte[] buffer, int size, [Out] out UdpEndPoint.Native addr);
Ejemplo n.º 4
0
 public static extern Int32 Bind(IntPtr socket, UdpEndPoint.Native addr);