SocketPermission.AllPorts Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a constant that represents all ports.
public: int AllPorts = -1;
public const int AllPorts = -1;
val mutable AllPorts : int
Public Const AllPorts As Integer = -1
Field Value
Value = -1Remarks
This field is read-only. The value of this field is -1.