Method | Description | |
---|---|---|
AcceptAllCertificates ( object sender, |
||
LRClient ( ) : System | ||
LRClient ( string baseUri ) : System | ||
LRClient ( string baseUri, string username, string password ) : System | ||
ObtainDocByID ( string docId ) : lr_document | ||
ObtainDocsByResourceLocator ( string locator, bool ids_only = false ) : |
||
Publish ( lr_Envelope docs ) : |
public static AcceptAllCertificates ( object sender, |
||
sender | object | |
certificate | ||
chain | ||
policyErrors | SslPolicyErrors | |
return | bool |
public LRClient ( string baseUri, string username, string password ) : System | ||
baseUri | string | |
username | string | |
password | string | |
return | System |
public ObtainDocByID ( string docId ) : lr_document | ||
docId | string | |
return | lr_document |
public ObtainDocsByResourceLocator ( string locator, bool ids_only = false ) : |
||
locator | string | |
ids_only | bool | |
return |
public Publish ( lr_Envelope docs ) : |
||
docs | lr_Envelope | |
return |