Method | Description | |
---|---|---|
CreateHttpJsonRequest ( object self, string url, string method, ICredentials credentials, DocumentConvention convention ) : |
Creates the HTTP json request.
|
|
CreateHttpJsonRequest ( object self, string url, string method, RavenJObject metadata, ICredentials credentials, DocumentConvention convention ) : |
Creates the HTTP json request.
|
|
Dispose ( ) : void |
Method | Description | |
---|---|---|
InvokeLogRequest ( IHoldProfilingInformation sender, Raven.Client.Connection.Profiling.RequestResultArgs e ) : void |
Invoke the LogRequest event
|
public CreateHttpJsonRequest ( object self, string url, string method, ICredentials credentials, DocumentConvention convention ) : |
||
self | object | The self. |
url | string | The URL. |
method | string | The method. |
credentials | ICredentials | The credentials. |
convention | DocumentConvention | The document conventions governing this request |
return |
public CreateHttpJsonRequest ( object self, string url, string method, RavenJObject metadata, ICredentials credentials, DocumentConvention convention ) : |
||
self | object | The self. |
url | string | The URL. |
method | string | The method. |
metadata | RavenJObject | The metadata. |
credentials | ICredentials | The credentials. |
convention | DocumentConvention | The document conventions governing this request |
return |