Method | Description | |
---|---|---|
AddOperationHeaders ( string>.IDictionary |
Adds the operation headers.
|
|
AddOperationHeaders ( |
Adds the operation headers.
|
|
CreateHttpJsonRequestParams ( IHoldProfilingInformation self, string url, string method, ICredentials credentials, |
||
CreateHttpJsonRequestParams ( IHoldProfilingInformation self, string url, string method, RavenJObject metadata, ICredentials credentials, |
||
UpdateHeaders ( |
Method | Description | |
---|---|---|
GenerateUrl ( ) : string |
public AddOperationHeaders ( string>.IDictionary |
||
operationsHeaders | string>.IDictionary | The operations headers. |
return |
public AddOperationHeaders ( |
||
operationsHeaders | The operations headers. | |
return |
public CreateHttpJsonRequestParams ( IHoldProfilingInformation self, string url, string method, ICredentials credentials, |
||
self | IHoldProfilingInformation | |
url | string | |
method | string | |
credentials | ICredentials | |
convention | ||
return | System |
public CreateHttpJsonRequestParams ( IHoldProfilingInformation self, string url, string method, RavenJObject metadata, ICredentials credentials, |
||
self | IHoldProfilingInformation | |
url | string | |
method | string | |
metadata | RavenJObject | |
credentials | ICredentials | |
convention | ||
return | System |
public UpdateHeaders ( |
||
webRequest | ||
return | void |