←Select platform

UrlBinaryData Constructor(string,string,string,string)

Summary

Initializes a new instance of the UrlBinaryData class with explicit parameters.

Syntax

C#
VB
C++
public UrlBinaryData( 
   string url, 
   string userName, 
   string password, 
   string domain 
) 
  
Public Function New( _ 
   ByVal url As String, _ 
   ByVal userName As String, _ 
   ByVal password As String, _ 
   ByVal domain As String _ 
) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.DataContracts Assembly