SocketReceiveFromResult Struct

Definition

public value class SocketReceiveFromResult
public struct SocketReceiveFromResult
type SocketReceiveFromResult = struct
Public Structure SocketReceiveFromResult
Inheritance
SocketReceiveFromResult

Fields

ReceivedBytes

The number of bytes received. If the ReceiveFromAsync(Socket, ArraySegment<Byte>, SocketFlags, EndPoint) operation was unsuccessful, then 0.

RemoteEndPoint

The source EndPoint.

Applies to