Méthode | Description | |
---|---|---|
BeginRequest ( Message message, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult | ||
EndRequest ( IAsyncResult result ) : Message | ||
HttpRequestChannel ( HttpChannelFactory |
||
Request ( Message message, System.TimeSpan timeout ) : Message |
Méthode | Description | |
---|---|---|
OnAbort ( ) : void | ||
OnBeginClose ( System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult | ||
OnClose ( System.TimeSpan timeout ) : void | ||
OnEndClose ( IAsyncResult result ) : void | ||
OnOpen ( System.TimeSpan timeout ) : void |
Méthode | Description | |
---|---|---|
BeginProcessRequest ( HttpChannelRequestAsyncResult result ) : void | ||
GotResponse ( IAsyncResult result ) : void | ||
OnBeginOpen ( System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult | ||
OnEndOpen ( IAsyncResult result ) : void |
public BeginRequest ( Message message, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult | ||
message | Message | |
timeout | System.TimeSpan | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public EndRequest ( IAsyncResult result ) : Message | ||
result | IAsyncResult | |
Résultat | Message |
public HttpRequestChannel ( HttpChannelFactory |
||
factory | HttpChannelFactory |
|
address | ||
via | ||
Résultat | System |
protected OnBeginClose ( System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult | ||
timeout | System.TimeSpan | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
protected OnClose ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
Résultat | void |
protected OnEndClose ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
Résultat | void |
protected OnOpen ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
Résultat | void |
public Request ( Message message, System.TimeSpan timeout ) : Message | ||
message | Message | |
timeout | System.TimeSpan | |
Résultat | Message |