Property | Type | Description | |
---|---|---|---|
AbortConnections | void |
Method | Description | |
---|---|---|
CancelAsync ( System.TimeSpan timeout ) : bool | ||
HttpReplyChannel ( HttpChannelListener |
||
ReceiveRequest ( System.TimeSpan timeout ) : RequestContext | ||
TryReceiveRequest ( System.TimeSpan timeout, RequestContext &context ) : bool | ||
WaitForRequest ( System.TimeSpan timeout ) : bool |
Method | Description | |
---|---|---|
CreatePostMessage ( |
||
CreateRequestProperty ( |
||
GetHeaderItem ( string raw ) : string | ||
OnAbort ( ) : void | ||
OnClose ( System.TimeSpan timeout ) : void | ||
OnOpen ( System.TimeSpan timeout ) : void |
Method | Description | |
---|---|---|
AbortConnections ( System.TimeSpan timeout ) : void |
public CancelAsync ( System.TimeSpan timeout ) : bool | ||
timeout | System.TimeSpan | |
return | bool |
protected CreatePostMessage ( |
||
ctxi | ||
return | Message |
protected CreateRequestProperty ( |
||
ctxi | ||
return | HttpRequestMessageProperty |
protected GetHeaderItem ( string raw ) : string | ||
raw | string | |
return | string |
public HttpReplyChannel ( HttpChannelListener |
||
listener | HttpChannelListener |
|
return | System |
protected OnClose ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
return | void |
protected OnOpen ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
return | void |
public ReceiveRequest ( System.TimeSpan timeout ) : RequestContext | ||
timeout | System.TimeSpan | |
return | RequestContext |
public TryReceiveRequest ( System.TimeSpan timeout, RequestContext &context ) : bool | ||
timeout | System.TimeSpan | |
context | RequestContext | |
return | bool |
public WaitForRequest ( System.TimeSpan timeout ) : bool | ||
timeout | System.TimeSpan | |
return | bool |