프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AbortConnections | void |
메소드 | 설명 | |
---|---|---|
CancelAsync ( System.TimeSpan timeout ) : bool | ||
HttpReplyChannel ( HttpChannelListener |
||
ReceiveRequest ( System.TimeSpan timeout ) : RequestContext | ||
TryReceiveRequest ( System.TimeSpan timeout, RequestContext &context ) : bool | ||
WaitForRequest ( System.TimeSpan timeout ) : bool |
메소드 | 설명 | |
---|---|---|
CreatePostMessage ( |
||
CreateRequestProperty ( |
||
GetHeaderItem ( string raw ) : string | ||
OnAbort ( ) : void | ||
OnClose ( System.TimeSpan timeout ) : void | ||
OnOpen ( System.TimeSpan timeout ) : void |
메소드 | 설명 | |
---|---|---|
AbortConnections ( System.TimeSpan timeout ) : void |
public CancelAsync ( System.TimeSpan timeout ) : bool | ||
timeout | System.TimeSpan | |
리턴 | bool |
protected CreatePostMessage ( |
||
ctxi | ||
리턴 | Message |
protected CreateRequestProperty ( |
||
ctxi | ||
리턴 | HttpRequestMessageProperty |
public HttpReplyChannel ( HttpChannelListener |
||
listener | HttpChannelListener |
|
리턴 | System |
protected OnClose ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
리턴 | void |
protected OnOpen ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
리턴 | void |
public ReceiveRequest ( System.TimeSpan timeout ) : RequestContext | ||
timeout | System.TimeSpan | |
리턴 | RequestContext |
public TryReceiveRequest ( System.TimeSpan timeout, RequestContext &context ) : bool | ||
timeout | System.TimeSpan | |
context | RequestContext | |
리턴 | bool |
public WaitForRequest ( System.TimeSpan timeout ) : bool | ||
timeout | System.TimeSpan | |
리턴 | bool |