SocketPermissionAttribute Properties
.NET Framework 4
The SocketPermissionAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Access | Gets or sets the network access method that is allowed by this SocketPermissionAttribute. |
|
Action | Gets or sets a security action. (Inherited from SecurityAttribute.) |
|
Host | Gets or sets the DNS host name or IP address that is specified by this SocketPermissionAttribute. |
|
Port | Gets or sets the port number that is associated with this SocketPermissionAttribute. |
|
Transport | Gets or sets the TransportType that is specified by this SocketPermissionAttribute. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
|
Unrestricted | Gets or sets a value indicating whether full (unrestricted) permission to the resource protected by the attribute is declared. (Inherited from SecurityAttribute.) |