VSockEndPointSerialize Method
Namespace: Ookii.VmSocketsAssembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
public override SocketAddress Serialize()
Public Overrides Function Serialize As SocketAddress
public:
virtual SocketAddress^ Serialize() override
abstract Serialize : unit -> SocketAddress
override Serialize : unit -> SocketAddress
Return Value
SocketAddress
A
SocketAddress instance that contains the endpoint information.
The returned SocketAddress will use the format of the sockaddr_vm
structure.
Due to limitations in the Linux version of .Net, the
SocketAddressFamily
property will not return the correct value. The correct value can be obtained by reading
the first two bytes of the buffer.