SocketReceiveFromResult Structure

Définition

public value class SocketReceiveFromResult
public struct SocketReceiveFromResult
type SocketReceiveFromResult = struct
Public Structure SocketReceiveFromResult
Héritage
SocketReceiveFromResult

Champs

ReceivedBytes

Nombre d’octets reçus. Si l’opération ReceiveFromAsync(Socket, ArraySegment<Byte>, SocketFlags, EndPoint) a échoué, 0.

RemoteEndPoint

EndPoint source.

S’applique à