Edit

Share via


RemotingClientProxy.Domain Property

Definition

Gets or sets the domain name to be used for basic authentication and digest authentication.

public:
 property System::String ^ Domain { System::String ^ get(); void set(System::String ^ value); };
public string Domain { get; set; }
member this.Domain : string with get, set
Public Property Domain As String

Property Value

The name of the domain to use for basic authentication and digest authentication.

Applies to

See also