메소드 | 설명 | |
---|---|---|
BeginRequest ( Message message, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult | ||
EndRequest ( IAsyncResult result ) : Message | ||
HttpRequestChannel ( HttpChannelFactory |
||
Request ( Message message, System.TimeSpan timeout ) : Message |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | IAsyncResult |
public EndRequest ( IAsyncResult result ) : Message | ||
result | IAsyncResult | |
리턴 | Message |
public HttpRequestChannel ( HttpChannelFactory |
||
factory | HttpChannelFactory |
|
address | ||
via | ||
리턴 | System |
protected OnBeginClose ( System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult | ||
timeout | System.TimeSpan | |
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
protected OnClose ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
리턴 | void |
protected OnEndClose ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
리턴 | void |
protected OnOpen ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
리턴 | void |
public Request ( Message message, System.TimeSpan timeout ) : Message | ||
message | Message | |
timeout | System.TimeSpan | |
리턴 | Message |