RemotingClientProxy::ProxyPort Property

 

Gets or sets the port number of the proxy server to use for requests.

Namespace:   System.Runtime.Remoting.Services
Assembly:  System.Runtime.Remoting (in System.Runtime.Remoting.dll)

public:
property int ProxyPort {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The port number of the proxy server to use for requests.

.NET Framework
Available since 1.1
Return to top
Show: