C# Class System.ServiceModel.Channels.HttpRequestChannel

Inheritance: RequestChannelBase
Datei anzeigen Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
BeginRequest ( Message message, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
EndRequest ( IAsyncResult result ) : Message
HttpRequestChannel ( HttpChannelFactory factory, EndpointAddress address, Uri via ) : System
Request ( Message message, System.TimeSpan timeout ) : Message

Protected Methods

Method 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

Private Methods

Method Description
BeginProcessRequest ( HttpChannelRequestAsyncResult result ) : void
GotResponse ( IAsyncResult result ) : void
OnBeginOpen ( System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
OnEndOpen ( IAsyncResult result ) : void

Method Details

BeginRequest() public method

public BeginRequest ( Message message, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
message Message
timeout System.TimeSpan
callback AsyncCallback
state object
return IAsyncResult

EndRequest() public method

public EndRequest ( IAsyncResult result ) : Message
result IAsyncResult
return Message

HttpRequestChannel() public method

public HttpRequestChannel ( HttpChannelFactory factory, EndpointAddress address, Uri via ) : System
factory HttpChannelFactory
address System.ServiceModel.EndpointAddress
via System.Uri
return System

OnAbort() protected method

protected OnAbort ( ) : void
return void

OnBeginClose() protected method

protected OnBeginClose ( System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
timeout System.TimeSpan
callback AsyncCallback
state object
return IAsyncResult

OnClose() protected method

protected OnClose ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void

OnEndClose() protected method

protected OnEndClose ( IAsyncResult result ) : void
result IAsyncResult
return void

OnOpen() protected method

protected OnOpen ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void

Request() public method

public Request ( Message message, System.TimeSpan timeout ) : Message
message Message
timeout System.TimeSpan
return Message