SocketPermissionAttribute::Host Property
.NET Framework (current version)
Gets or sets the DNS host name or IP address that is specified by this SocketPermissionAttribute.
Assembly: System (in System.dll)
Property Value
Type: System::String^A string that contains the DNS host name or IP address that is associated with this instance of SocketPermissionAttribute.
| Exception | Condition |
|---|---|
| ArgumentException | Host is not null when you attempt to set the value. To specify more than one host, use an additional attribute declaration statement. |
This property is write-once and specifies the Domain Name Services (DNS) host name to which this permission applies.
.NET Framework
Available since 1.1
Available since 1.1
Show: