Property | Type | Description | |
---|---|---|---|
GetToken | string | ||
GetTokenUrlFromLocatorUrl | string |
Method | Description | |
---|---|---|
CreateClient ( |
Creates the client.
|
|
CreateClient ( string url ) : |
Creates the client.
|
|
CreateClient ( string url, string username, string password, AuthenticationMode authenticationMode, string tokenUrl ) : |
Creates the client.
|
Method | Description | |
---|---|---|
GetToken ( string url, string username, string password ) : string |
Gets the token.
|
|
GetTokenUrlFromLocatorUrl ( string url ) : string |
public static CreateClient ( |
||
onlineLocator | The online locator. | |
return |
public static CreateClient ( string url ) : |
||
url | string | The URL. |
return |
public static CreateClient ( string url, string username, string password, AuthenticationMode authenticationMode, string tokenUrl ) : |
||
url | string | The URL. |
username | string | The username. |
password | string | The password. |
authenticationMode | AuthenticationMode | The authentication mode. |
tokenUrl | string | |
return |