Méthode | Description | |
---|---|---|
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 ( |
||
Reply ( Message msg ) : void | ||
Reply ( Message msg, TimeSpan timeout ) : void |
Méthode | Description | |
---|---|---|
InternalAbort ( ) : void | ||
InternalClose ( TimeSpan timeout ) : void | ||
InternalReply ( Message msg, TimeSpan timeout ) : void |
public BeginReply ( Message msg, AsyncCallback callback, object state ) : IAsyncResult | ||
msg | Message | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public BeginReply ( Message msg, TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult | ||
msg | Message | |
timeout | TimeSpan | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public EndReply ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
Résultat | void |
public HttpRequestContext ( |
||
channel | ||
context | ||
request | Message | |
Résultat | System.IO |
protected InternalClose ( TimeSpan timeout ) : void | ||
timeout | TimeSpan | |
Résultat | void |
protected InternalReply ( Message msg, TimeSpan timeout ) : void | ||
msg | Message | |
timeout | TimeSpan | |
Résultat | void |
public Reply ( Message msg, TimeSpan timeout ) : void | ||
msg | Message | |
timeout | TimeSpan | |
Résultat | void |