C# Class 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.
Inheritance: IHttpHelper
ファイルを表示 Open project: imransaeed/MicroSolr

Public Methods

Method Description
Get ( Uri uri ) : string
Post ( Uri uri, string content, string contentType, Encoding bytesConverter ) : string

Method Details

Get() public method

public Get ( Uri uri ) : string
uri System.Uri
return string

Post() public method

public Post ( Uri uri, string content, string contentType, Encoding bytesConverter ) : string
uri System.Uri
content string
contentType string
bytesConverter System.Text.Encoding
return string