C# Class System.ServiceModel.Channels.Http.HttpRequestContext

Inheritance: RequestContext
Show file Open project: kumpera/mono Class Usage Examples

Public Methods

Method 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 ( HttpReplyChannel channel, HttpContextInfo context, Message request ) : System.IO
Reply ( Message msg ) : void
Reply ( Message msg, TimeSpan timeout ) : void

Protected Methods

Method Description
InternalAbort ( ) : void
InternalClose ( TimeSpan timeout ) : void
InternalReply ( Message msg, TimeSpan timeout ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

BeginReply() public method

public BeginReply ( Message msg, AsyncCallback callback, object state ) : IAsyncResult
msg Message
callback AsyncCallback
state object
return IAsyncResult

BeginReply() public method

public BeginReply ( Message msg, TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
msg Message
timeout TimeSpan
callback AsyncCallback
state object
return IAsyncResult

Close() public method

public Close ( ) : void
return void

Close() public method

public Close ( TimeSpan timeout ) : void
timeout TimeSpan
return void

EndReply() public method

public EndReply ( IAsyncResult result ) : void
result IAsyncResult
return void

HttpRequestContext() public method

public HttpRequestContext ( HttpReplyChannel channel, HttpContextInfo context, Message request ) : System.IO
channel HttpReplyChannel
context HttpContextInfo
request Message
return System.IO

InternalAbort() protected method

protected InternalAbort ( ) : void
return void

InternalClose() protected method

protected InternalClose ( TimeSpan timeout ) : void
timeout TimeSpan
return void

InternalReply() protected method

protected InternalReply ( Message msg, TimeSpan timeout ) : void
msg Message
timeout TimeSpan
return void

Reply() public method

public Reply ( Message msg ) : void
msg Message
return void

Reply() public method

public Reply ( Message msg, TimeSpan timeout ) : void
msg Message
timeout TimeSpan
return void