dotConnect for MySQL Documentation
Devart.Common Namespace / HttpOptions Class / HttpOptions Constructor

In This Topic
    HttpOptions Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal url As String, _
       ByVal user As String, _
       ByVal password As String, _
       ByVal keepAlive As Boolean, _
       ByVal base64 As Boolean _
    )
    public HttpOptions( 
       string url,
       string user,
       string password,
       bool keepAlive,
       bool base64
    )

    Parameters

    url
    user
    password
    keepAlive
    base64
    See Also