Overload | Description |
---|---|
ReceiveFrom(Byte[],EndPoint) | Read a datagram off the socket. The ReceiveTimeout property controls how long this method will block. |
ReceiveFrom(Byte[],Int32,Int32,SocketFlags,EndPoint) | (Inherited from System.Net.Sockets.Socket) |
ReceiveFrom(Byte[],Int32,SocketFlags,EndPoint) | (Inherited from System.Net.Sockets.Socket) |
ReceiveFrom(Byte[],SocketFlags,EndPoint) | (Inherited from System.Net.Sockets.Socket) |
Target Platforms: Microsoft .NET Framework 2.0