VSockEndPointPort Property

Gets or sets the port number.

Definition

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

Property Value

Int32
The port number, or VSockAnyPort to bind to any available port.

See Also