ContextIdAny Field

Wildcard CID for VSock sockets.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public const int Any = -1

Field Value

Int32

Remarks

This value can be used as the CID in a VSockEndPoint to bind to any CID.

See Also