EndpointPermission::Hostname Property

 

Gets the DNS host name or IP address of the server that is associated with this endpoint.

Namespace:   System.Net
Assembly:  System (in System.dll)

public:
property String^ Hostname {
	String^ get();
}

Property Value

Type: System::String^

A string that contains the DNS host name or IP address of the server.

.NET Framework
Available since 1.1
Return to top
Show: