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
Afficher le fichier Open project: imransaeed/MicroSolr

Méthodes publiques

Méthode Description
Get ( Uri uri ) : string
Post ( Uri uri, string content, string contentType, Encoding bytesConverter ) : string

Method Details

Get() public méthode

public Get ( Uri uri ) : string
uri System.Uri
Résultat string

Post() public méthode

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