Example #1
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="host"></param>
 /// <returns></returns>
 public RESTResult GetResult(RESTHost host)
 {
     return host.InvokeRequest(this, false);
 }
Example #2
0
 /// <summary>
 /// Returns the raw text as bytes, ie not decruypted from the host.
 /// </summary>
 /// <param name="host"></param>
 /// <returns></returns>
 public RESTResult GetRaw(RESTHost host)
 {
     return host.InvokeRequest(this, true);
 }