C# 클래스 Serializer.HttpHelpers

파일 보기 프로젝트 열기: KHProjects/KH-Parker-Fox

공개 메소드들

메소드 설명
GetHttpContent ( string url ) : string
GetHttpResponseMessage ( SupportedHttpMethods httpMethod, string url ) : HttpResponseMessage
GetHttpResponseMessage ( SupportedHttpMethods httpMethod, string url, string content ) : HttpResponseMessage
HttpInvoke ( SupportedHttpMethods httpMethod, string url ) : void
HttpInvoke ( SupportedHttpMethods httpMethod, string url, string content ) : void

메소드 상세

GetHttpContent() 공개 메소드

public GetHttpContent ( string url ) : string
url string
리턴 string

GetHttpResponseMessage() 공개 메소드

public GetHttpResponseMessage ( SupportedHttpMethods httpMethod, string url ) : HttpResponseMessage
httpMethod SupportedHttpMethods
url string
리턴 System.Net.Http.HttpResponseMessage

GetHttpResponseMessage() 공개 메소드

public GetHttpResponseMessage ( SupportedHttpMethods httpMethod, string url, string content ) : HttpResponseMessage
httpMethod SupportedHttpMethods
url string
content string
리턴 System.Net.Http.HttpResponseMessage

HttpInvoke() 공개 메소드

public HttpInvoke ( SupportedHttpMethods httpMethod, string url ) : void
httpMethod SupportedHttpMethods
url string
리턴 void

HttpInvoke() 공개 메소드

public HttpInvoke ( SupportedHttpMethods httpMethod, string url, string content ) : void
httpMethod SupportedHttpMethods
url string
content string
리턴 void