The UrlBinaryData Constructor(String,String,String,String) is available in LEADTOOLS Document and Medical Imaging toolkits.
Initializes a new instance of the UrlBinaryData class with explicit parameters.Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal url As String, _ ByVal userName As String, _ ByVal password As String, _ ByVal domain As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim url As String Dim userName As String Dim password As String Dim domain As String Dim instance As New UrlBinaryData(url, userName, password, domain) |
Parameters
- url
- A System.String that contains the URL to be used for loading and saving data.
- userName
- The username who has privileges on the specified URL.
- password
- The password for the specified user.
- domain
- The domain that verifies the credentials.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7