SocketPermissionAttribute::Port Property
.NET Framework (current version)
Gets or sets the port number that is associated with this SocketPermissionAttribute.
Assembly: System (in System.dll)
Property Value
Type: System::String^A string that contains the port number that is associated with this instance of SocketPermissionAttribute.
| Exception | Condition |
|---|---|
| ArgumentException | The Port property is null when you attempt to set the value. To specify more than one port, use an additional attribute declaration statement. |
This property is write-once and specifies the port number to which this permission applies. The valid values are a string-encoded integer or the string "All".
.NET Framework
Available since 1.1
Available since 1.1
Show: