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

适用于