HvSocketVSockTemplate Field

Template to facilitate a mapping between the service ID of a Hyper-V socket and the port number of a Linux VSock socket.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public static readonly Guid VSockTemplate

Field Value

Guid

Remarks

To create a service ID for a VSock port number, use the CreateVSockServiceId(Int32) method, or use the HvSocketEndPoint(Guid, Int32) constructor.

See Also