public enum SocketOption
Public Enumeration SocketOption
public enum class SocketOption
type SocketOption
All these options use the value of RawProtocol as the level. Use the helper methods in the HvSocket class to get and set these options.
ConnectTimeout | 1 | Sets the connection timeout for the socket in milliseconds. Type: UInt32. |
ContainerPassthru | 2 | Indicates the connection will pass through to a container. A non-zero value indicates the option is enabled. Type: UInt32. |
ConnectedSuspend | 4 | Indicates that the socket will not disconnect when the VM is paused. A non-zero value indicates the option is enabled. Type: UInt32. |
HighVtl | 8 | Indicates that the socket will connect to the guest's management VTL. A non-zero value indicates the option is enabled. Type: UInt32. |