Property | Type | Description | |
---|---|---|---|
bytesForNextWrite | byte[] |
Method | Description | |
---|---|---|
AddOperationHeaders ( |
||
BeginReadResponseString ( AsyncCallback callback, object state ) : IAsyncResult | ||
BeginWrite ( byte byteArray, AsyncCallback callback, object state ) : IAsyncResult | ||
CreateHttpJsonRequest ( object self, string url, string method, ICredentials credentials ) : |
||
CreateHttpJsonRequest ( object self, string url, string method, Newtonsoft.Json.Linq.JObject metadata, ICredentials credentials ) : |
||
EndReadResponseString ( IAsyncResult result ) : string | ||
EndWrite ( IAsyncResult result ) : void | ||
ReadResponseString ( ) : string | ||
Write ( byte byteArray ) : void | ||
Write ( string data ) : void |
Method | Description | |
---|---|---|
HttpJsonRequest ( string url, string method, ICredentials credentials ) : System | ||
HttpJsonRequest ( string url, string method, Newtonsoft.Json.Linq.JObject metadata, ICredentials credentials ) : System | ||
ReadStringInternal ( Func |
||
WriteMetadata ( Newtonsoft.Json.Linq.JObject metadata ) : void |
public AddOperationHeaders ( |
||
operationsHeaders | ||
return | void |
public BeginReadResponseString ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginWrite ( byte byteArray, AsyncCallback callback, object state ) : IAsyncResult | ||
byteArray | byte | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public static CreateHttpJsonRequest ( object self, string url, string method, ICredentials credentials ) : |
||
self | object | |
url | string | |
method | string | |
credentials | ICredentials | |
return |
public static CreateHttpJsonRequest ( object self, string url, string method, Newtonsoft.Json.Linq.JObject metadata, ICredentials credentials ) : |
||
self | object | |
url | string | |
method | string | |
metadata | Newtonsoft.Json.Linq.JObject | |
credentials | ICredentials | |
return |
public EndReadResponseString ( IAsyncResult result ) : string | ||
result | IAsyncResult | |
return | string |
public EndWrite ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |