C# 클래스 System.ServiceModel.Channels.Http.HttpRequestContext

상속: RequestContext
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void
BeginReply ( Message msg, AsyncCallback callback, object state ) : IAsyncResult
BeginReply ( Message msg, TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
Close ( ) : void
Close ( TimeSpan timeout ) : void
EndReply ( IAsyncResult result ) : void
HttpRequestContext ( HttpReplyChannel channel, HttpContextInfo context, Message request ) : System.IO
Reply ( Message msg ) : void
Reply ( Message msg, TimeSpan timeout ) : void

보호된 메소드들

메소드 설명
InternalAbort ( ) : void
InternalClose ( TimeSpan timeout ) : void
InternalReply ( Message msg, TimeSpan timeout ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

BeginReply() 공개 메소드

public BeginReply ( Message msg, AsyncCallback callback, object state ) : IAsyncResult
msg Message
callback AsyncCallback
state object
리턴 IAsyncResult

BeginReply() 공개 메소드

public BeginReply ( Message msg, TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
msg Message
timeout TimeSpan
callback AsyncCallback
state object
리턴 IAsyncResult

Close() 공개 메소드

public Close ( ) : void
리턴 void

Close() 공개 메소드

public Close ( TimeSpan timeout ) : void
timeout TimeSpan
리턴 void

EndReply() 공개 메소드

public EndReply ( IAsyncResult result ) : void
result IAsyncResult
리턴 void

HttpRequestContext() 공개 메소드

public HttpRequestContext ( HttpReplyChannel channel, HttpContextInfo context, Message request ) : System.IO
channel HttpReplyChannel
context HttpContextInfo
request Message
리턴 System.IO

InternalAbort() 보호된 메소드

protected InternalAbort ( ) : void
리턴 void

InternalClose() 보호된 메소드

protected InternalClose ( TimeSpan timeout ) : void
timeout TimeSpan
리턴 void

InternalReply() 보호된 메소드

protected InternalReply ( Message msg, TimeSpan timeout ) : void
msg Message
timeout TimeSpan
리턴 void

Reply() 공개 메소드

public Reply ( Message msg ) : void
msg Message
리턴 void

Reply() 공개 메소드

public Reply ( Message msg, TimeSpan timeout ) : void
msg Message
timeout TimeSpan
리턴 void