Method | Description | |
---|---|---|
Authenticate ( string username, string password ) : bool | ||
Dispose ( ) : void | ||
Get ( string resource ) : System.Xml.Linq.XDocument | ||
HPALMConnector ( string url ) : System | ||
Logout ( ) : void | ||
Post ( string resource, object data = null ) : System.Xml.Linq.XDocument | ||
Put ( string resource, object data = null ) : System.Xml.Linq.XDocument |
Method | Description | |
---|---|---|
CreateAlmAuthenticationPayload ( string username, string password ) : System.Xml.Linq.XDocument | ||
GetData ( string resource ) : |
||
HPALMConnector ( ) : System | ||
SendData ( string resource, HttpMethod httpMethod, object data = null ) : |
public Authenticate ( string username, string password ) : bool | ||
username | string | |
password | string | |
return | bool |
public Get ( string resource ) : System.Xml.Linq.XDocument | ||
resource | string | |
return | System.Xml.Linq.XDocument |
public HPALMConnector ( string url ) : System | ||
url | string | |
return | System |
public Post ( string resource, object data = null ) : System.Xml.Linq.XDocument | ||
resource | string | |
data | object | |
return | System.Xml.Linq.XDocument |
public Put ( string resource, object data = null ) : System.Xml.Linq.XDocument | ||
resource | string | |
data | object | |
return | System.Xml.Linq.XDocument |