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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also