C# 클래스 SignalR.Client._20.Http.HttpHelper

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 메소드들

메소드 설명
GetAsync ( string url ) : EventSignal>
GetAsync ( string url, Action requestPreparer ) : EventSignal>
GetResponseAsync ( HttpWebRequest request, EventSignal signal ) : void
PostAsync ( string url ) : EventSignal>
PostAsync ( string url, Action requestPreparer ) : EventSignal>
PostAsync ( string url, Action requestPreparer, string>.IDictionary postData ) : EventSignal>
PostAsync ( string url, string>.IDictionary postData ) : void
ReadAsString ( HttpWebResponse response ) : string

비공개 메소드들

메소드 설명
GetRequestStreamCallback ( IAsyncResult asynchronousResult ) : void
GetResponseCallback ( IAsyncResult asynchronousResult ) : void
PostInternal ( string url, Action requestPreparer, string>.IDictionary postData ) : EventSignal>
ProcessPostData ( string>.IDictionary postData ) : byte[]

메소드 상세

GetAsync() 공개 정적인 메소드

public static GetAsync ( string url ) : EventSignal>
url string
리턴 EventSignal>

GetAsync() 공개 정적인 메소드

public static GetAsync ( string url, Action requestPreparer ) : EventSignal>
url string
requestPreparer Action
리턴 EventSignal>

GetResponseAsync() 공개 정적인 메소드

public static GetResponseAsync ( HttpWebRequest request, EventSignal signal ) : void
request System.Net.HttpWebRequest
signal EventSignal
리턴 void

PostAsync() 공개 정적인 메소드

public static PostAsync ( string url ) : EventSignal>
url string
리턴 EventSignal>

PostAsync() 공개 정적인 메소드

public static PostAsync ( string url, Action requestPreparer ) : EventSignal>
url string
requestPreparer Action
리턴 EventSignal>

PostAsync() 공개 정적인 메소드

public static PostAsync ( string url, Action requestPreparer, string>.IDictionary postData ) : EventSignal>
url string
requestPreparer Action
postData string>.IDictionary
리턴 EventSignal>

PostAsync() 공개 정적인 메소드

public static PostAsync ( string url, string>.IDictionary postData ) : void
url string
postData string>.IDictionary
리턴 void

ReadAsString() 공개 정적인 메소드

public static ReadAsString ( HttpWebResponse response ) : string
response System.Net.HttpWebResponse
리턴 string