SocketReceiveFromResult 結構

定義

public value class SocketReceiveFromResult
public struct SocketReceiveFromResult
type SocketReceiveFromResult = struct
Public Structure SocketReceiveFromResult
繼承
SocketReceiveFromResult

欄位

ReceivedBytes

收到的位元組數目。 如果 ReceiveFromAsync(Socket, ArraySegment<Byte>, SocketFlags, EndPoint) 作業成功,則為 0。

RemoteEndPoint

來源 EndPoint

適用於