VSockEndPointToHost Property
Gets or sets a value which indicates that VSock packets need to always be forwarded to
the host.
Namespace: Ookii.VmSocketsAssembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
public bool ToHost { get; set; }
Public Property ToHost As Boolean
Get
Set
public:
property bool ToHost {
bool get ();
void set (bool value);
}
member ToHost : bool with get, set
Property Value
Boolean if VSock packets need to always be forwarded to the host; otherwise,
. The default value is
.