BCHttpProvider Constructor (String, String, String) |
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCHttpProvider(
string url,
string username,
string password
)
Public Sub New (
url As String,
username As String,
password As String
)
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