BCHttpProvider Constructor (String, String, String, IWin32Window) |
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,
IWin32Window owner
)
Public Sub New (
url As String,
username As String,
password As String,
owner As IWin32Window
)
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.
- owner
- Type: System.Windows.FormsIWin32Window
Any object that implements the IWin32Window interface that
represents the top-level window that will own the modal dialog box.
See Also