dotConnect for MySQL Documentation
Devart.Common Namespace / HttpOptions Class / User Property

In This Topic
    User Property (HttpOptions)
    In This Topic
    Gets or sets the user name for HTTP authorization.
    Syntax
    'Declaration
     
    Public Property User As String
    public string User {get; set;}

    Property Value

    User name for HTTP authorization.
    See Also