SocketReceiveMessageFromResult Estructura
Definición
Resultado de una operación de ReceiveMessageFromAsync(Socket, ArraySegment<Byte>, SocketFlags, EndPoint).The result of a ReceiveMessageFromAsync(Socket, ArraySegment<Byte>, SocketFlags, EndPoint) operation.
public value class SocketReceiveMessageFromResult
public struct SocketReceiveMessageFromResult
type SocketReceiveMessageFromResult = struct
Public Structure SocketReceiveMessageFromResult
- Herencia
Campos
PacketInformation |
IPPacketInformation que contiene información de dirección e interfaz.An IPPacketInformation holding address and interface information. |
ReceivedBytes |
Número de bytes recibidos.The number of bytes received. Si la operación ReceiveMessageFromAsync(Socket, ArraySegment<Byte>, SocketFlags, EndPoint) no se realiza correctamente, este valor será 0.If the ReceiveMessageFromAsync(Socket, ArraySegment<Byte>, SocketFlags, EndPoint) operation is unsuccessful, this value will be 0. |
RemoteEndPoint | |
SocketFlags |
Combinación bit a bit de los valores de SocketFlags para el paquete recibido.A bitwise combination of the SocketFlags values for the received packet. |