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

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

Private Properties

프로퍼티 타입 설명
AbortConnections void

공개 메소드들

메소드 설명
CancelAsync ( System.TimeSpan timeout ) : bool
HttpReplyChannel ( HttpChannelListener listener ) : System
ReceiveRequest ( System.TimeSpan timeout ) : RequestContext
TryReceiveRequest ( System.TimeSpan timeout, RequestContext &context ) : bool
WaitForRequest ( System.TimeSpan timeout ) : bool

보호된 메소드들

메소드 설명
CreatePostMessage ( HttpContextInfo ctxi ) : Message
CreateRequestProperty ( HttpContextInfo ctxi ) : HttpRequestMessageProperty
GetHeaderItem ( string raw ) : string
OnAbort ( ) : void
OnClose ( System.TimeSpan timeout ) : void
OnOpen ( System.TimeSpan timeout ) : void

비공개 메소드들

메소드 설명
AbortConnections ( System.TimeSpan timeout ) : void

메소드 상세

CancelAsync() 공개 메소드

public CancelAsync ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
리턴 bool

CreatePostMessage() 보호된 메소드

protected CreatePostMessage ( HttpContextInfo ctxi ) : Message
ctxi HttpContextInfo
리턴 Message

CreateRequestProperty() 보호된 메소드

protected CreateRequestProperty ( HttpContextInfo ctxi ) : HttpRequestMessageProperty
ctxi HttpContextInfo
리턴 HttpRequestMessageProperty

GetHeaderItem() 보호된 메소드

protected GetHeaderItem ( string raw ) : string
raw string
리턴 string

HttpReplyChannel() 공개 메소드

public HttpReplyChannel ( HttpChannelListener listener ) : System
listener HttpChannelListener
리턴 System

OnAbort() 보호된 메소드

protected OnAbort ( ) : void
리턴 void

OnClose() 보호된 메소드

protected OnClose ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
리턴 void

OnOpen() 보호된 메소드

protected OnOpen ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
리턴 void

ReceiveRequest() 공개 메소드

public ReceiveRequest ( System.TimeSpan timeout ) : RequestContext
timeout System.TimeSpan
리턴 RequestContext

TryReceiveRequest() 공개 메소드

public TryReceiveRequest ( System.TimeSpan timeout, RequestContext &context ) : bool
timeout System.TimeSpan
context RequestContext
리턴 bool

WaitForRequest() 공개 메소드

public WaitForRequest ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
리턴 bool