public const int AnyPort = -1
Public Const AnyPort As Integer = -1
public: literal int AnyPort = -1
static val mutable AnyPort: int
This value can be used as the port in a VSockEndPoint to bind to any available port.
In This Article