SocketPermission Constructor
.NET Framework 4.5
Initializes a new instance of the SocketPermission class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SocketPermission(PermissionState) | Initializes a new instance of the SocketPermission class that allows unrestricted access to the Socket or disallows access to the Socket. |
|
SocketPermission(NetworkAccess, TransportType, String, Int32) | Initializes a new instance of the SocketPermission class for the given transport address with the specified permission. |