RemotingClientProxy::UserAgent Property

 

Gets or sets the user agent HTTP header for the request.

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

public:
property String^ UserAgent {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The user agent HTTP header for the request.

.NET Framework
Available since 1.1
Return to top
Show: