LEADTOOLS WCF (Leadtools.Services.DataContracts assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
UrlBinaryData Constructor(String,String,String,String)
See Also 
Leadtools.Services.DataContracts Namespace > UrlBinaryData Class > UrlBinaryData Constructor : UrlBinaryData Constructor(String,String,String,String)



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.

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.

Syntax

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)
C# 
public UrlBinaryData( 
   string url,
   string userName,
   string password,
   string domain
)
C++/CLI 
public:
UrlBinaryData( 
   String^ url,
   String^ userName,
   String^ password,
   String^ 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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features