C# Класс Raven.Client.Silverlight.Connection.HttpJsonRequestFactory

Create the HTTP Json Requests to the RavenDB Server and manages the http cache
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateHttpJsonRequest ( object self, string url, string method, ICredentials credentials, DocumentConvention convention ) : HttpJsonRequest

Creates the HTTP json request.

CreateHttpJsonRequest ( object self, string url, string method, RavenJObject metadata, ICredentials credentials, DocumentConvention convention ) : HttpJsonRequest

Creates the HTTP json request.

Dispose ( ) : void

Приватные методы

Метод Описание
InvokeLogRequest ( IHoldProfilingInformation sender, Raven.Client.Connection.Profiling.RequestResultArgs e ) : void

Invoke the LogRequest event

Описание методов

CreateHttpJsonRequest() публичный Метод

Creates the HTTP json request.
public CreateHttpJsonRequest ( object self, string url, string method, ICredentials credentials, DocumentConvention convention ) : HttpJsonRequest
self object The self.
url string The URL.
method string The method.
credentials ICredentials The credentials.
convention DocumentConvention The document conventions governing this request
Результат Raven.Client.Connection.HttpJsonRequest

CreateHttpJsonRequest() публичный Метод

Creates the HTTP json request.
public CreateHttpJsonRequest ( object self, string url, string method, RavenJObject metadata, ICredentials credentials, DocumentConvention convention ) : HttpJsonRequest
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
Результат Raven.Client.Connection.HttpJsonRequest

Dispose() публичный Метод

public Dispose ( ) : void
Результат void