ContextId Class

Provides well-known CIDs for Linux VSock sockets.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public static class ContextId
Inheritance
Object    ContextId

Remarks

For the equivalent for Hyper-V sockets, see the VmId class.

Fields

Any Wildcard CID for VSock sockets.
Host Host address for VSock sockets.
Hypervisor Destination CID used to refer to the hypervisor.
Local Loopback address for VSock sockets.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also