HvSocketEndPointSerialize Method

Serializes endpoint information into a SocketAddress instance.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public override SocketAddress Serialize()

Return Value

SocketAddress
A SocketAddress instance that contains the endpoint information.

Remarks

The returned SocketAddress will use the format of the SOCKADDR_HV structure.

See Also