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