Gets or sets the user name to be sent for basic and digest authentication.
[Visual Basic] Public Property Username As String [C#] public string Username {get; set;} [C++] public: __property String* get_Username(); public: __property void set_Username(String*); [JScript] public function get Username() : String; public function set Username(String);
The user name to be sent for basic and digest authentication. The default is an empty string ("").
ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace | UserName