BCHttpProvider Constructor (String, String, String) |
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCHttpProvider(
string url,
string username,
string password
)
Public Sub New (
url As String,
username As String,
password As String
)
public:
BCHttpProvider(
String^ url,
String^ username,
String^ password
)
new :
url : string *
username : string *
password : string -> BCHttpProvider
Parameters
- url
- Type: SystemString
The base URL for Web Access on the remote server (e.g. http://remote.com/meridian).
- username
- Type: SystemString
The name of the user to log in to Web Access on the remote server.
- password
- Type: SystemString
The password to log in to Web Access on the remote server.
See Also