C# 클래스 Mike.AsyncWcf.Client.RawHttpClient

파일 보기 프로젝트 열기: mikehadlow/Mike.AsyncWcf 1 사용 예제들

공개 메소드들

메소드 설명
ConsumeResponse ( WebResponse response ) : void
MakeRawHttpCall ( ) : void
RawHttpClient ( HttpCallConfiguration configuration, TextWriter outputWriter ) : System
WriteResponse ( HttpWebResponse response ) : void

비공개 메소드들

메소드 설명
ExecuteRequest ( ) : void
ExecuteRequests ( object state ) : void

메소드 상세

ConsumeResponse() 공개 메소드

public ConsumeResponse ( WebResponse response ) : void
response System.Net.WebResponse
리턴 void

MakeRawHttpCall() 공개 메소드

public MakeRawHttpCall ( ) : void
리턴 void

RawHttpClient() 공개 메소드

public RawHttpClient ( HttpCallConfiguration configuration, TextWriter outputWriter ) : System
configuration HttpCallConfiguration
outputWriter System.IO.TextWriter
리턴 System

WriteResponse() 공개 메소드

public WriteResponse ( HttpWebResponse response ) : void
response System.Net.HttpWebResponse
리턴 void