C# Класс MicroSolr.Core.Web.StatelessHttpHelper

A simple HTTP Get/Post class where each call creates new set of objects and is totally independant of other calls. This is a blocking call class.
Наследование: IHttpHelper
Показать файл Открыть проект

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

Метод Описание
Get ( Uri uri ) : string
Post ( Uri uri, string content, string contentType, Encoding bytesConverter ) : string

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

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

public Get ( Uri uri ) : string
uri System.Uri
Результат string

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

public Post ( Uri uri, string content, string contentType, Encoding bytesConverter ) : string
uri System.Uri
content string
contentType string
bytesConverter System.Text.Encoding
Результат string