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
파일 보기 프로젝트 열기: imransaeed/MicroSolr

공개 메소드들

메소드 설명
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