HvSocketEndPointServiceId Property

Gets or sets the service ID.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public Guid ServiceId { get; set; }

Property Value

Guid
The service ID.

Remarks

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

See Also