Method | Description | |
---|---|---|
AddOperationHeaders ( string>.IDictionary |
Adds the operation headers.
|
|
AddOperationHeaders ( NameValueCollection operationsHeaders ) : void |
Adds the operation headers.
|
|
BeginWrite ( string dataToWrite, AsyncCallback callback, object state ) : IAsyncResult |
Begins the write operation
|
|
CalculateDuration ( ) : double | ||
EndWrite ( IAsyncResult result ) : void |
Ends the write operation.
|
|
HandleUnauthorizedResponse ( |
||
HandleUnauthorizedResponseAsync ( |
||
ReadResponseString ( ) : string |
Reads the response string.
|
|
ReadResponseStringAsync ( ) : Task |
Begins the read response string.
|
|
Write ( string data ) : void |
Writes the specified data.
|
Method | Description | |
---|---|---|
HttpJsonRequest ( string url, string method, RavenJObject metadata, ICredentials credentials, |
||
InternalReadResponseStringAsync ( int retries ) : Task |
||
ReadStringInternal ( Func |
||
RecreateWebRequest ( Action |
||
WriteMetadata ( RavenJObject metadata ) : void |
public AddOperationHeaders ( string>.IDictionary |
||
operationsHeaders | string>.IDictionary | The operations headers. |
return | void |
public AddOperationHeaders ( NameValueCollection operationsHeaders ) : void | ||
operationsHeaders | NameValueCollection | The operations headers. |
return | void |
public BeginWrite ( string dataToWrite, AsyncCallback callback, object state ) : IAsyncResult | ||
dataToWrite | string | The byte array. |
callback | AsyncCallback | The callback. |
state | object | The state. |
return | IAsyncResult |
public EndWrite ( IAsyncResult result ) : void | ||
result | IAsyncResult | The result. |
return | void |
public HandleUnauthorizedResponse ( |
||
unauthorizedResponse | ||
return | bool |
public HandleUnauthorizedResponseAsync ( |
||
unauthorizedResponse | ||
return | Task |