2 overrides of BeginProcessInboundRequest
System.ServiceModel (2)
System\ServiceModel\Channels\HttpPipeline.cs (2)
241internal override IAsyncResult BeginProcessInboundRequest( 501internal override IAsyncResult BeginProcessInboundRequest(ReplyChannelAcceptor replyChannelAcceptor, Action dequeuedCallback, AsyncCallback callback, object state)
1 reference to BeginProcessInboundRequest
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
760return this.httpPipeline.BeginProcessInboundRequest(replyChannelAcceptor, acceptorCallback, callback, state);