GHAConnectionManager Constructor |
Creates a new instance of the REST GHA Connection Manager
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax public GHAConnectionManager(
string ghaServer,
string Username,
string Password
)
Public Sub New (
ghaServer As String,
Username As String,
Password As String
)
public:
GHAConnectionManager(
String^ ghaServer,
String^ Username,
String^ Password
)
new :
ghaServer : string *
Username : string *
Password : string -> GHAConnectionManager
Parameters
- ghaServer
- Type: SystemString
Server name of the remote GHA server - Username
- Type: SystemString
User name - Password
- Type: SystemString
Password
See Also