SocketPermissionAttribute::Access Property
.NET Framework (current version)
Gets or sets the network access method that is allowed by this SocketPermissionAttribute.
Assembly: System (in System.dll)
Property Value
Type: System::String^A string that contains the network access method that is allowed by this instance of SocketPermissionAttribute. Valid values are "Accept" and "Connect."
| Exception | Condition |
|---|---|
| ArgumentException | The Access property is not null when you attempt to set the value. To specify more than one Access method, use an additional attribute declaration statement. |
This property is write-once. Valid values for this property correspond to NetworkAccess enumeration values.
.NET Framework
Available since 1.1
Available since 1.1
Show: