Edit

Share via


RemotingClientProxy.Username Property

Definition

Gets or sets the user name to send for basic authentication and digest authentication.

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

Property Value

The user name to send for basic authentication and digest authentication.

Applies to

See also