6 references to ReplySessionDemuxFailureAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelDemuxer.cs (6)
2989ReplySessionDemuxFailureAsyncResult.End(result); 3032ReplySessionDemuxFailureAsyncResult result = new ReplySessionDemuxFailureAsyncResult(this.DemuxFailureHandler, request, channel, Fx.ThunkCallback(new AsyncCallback(this.EndpointNotFoundCallback)), new ChannelAndRequestAsyncState(channel, request)); 3039ReplySessionDemuxFailureAsyncResult.End(result); 3829ReplySessionDemuxFailureAsyncResult self = (ReplySessionDemuxFailureAsyncResult)result.AsyncState; 3846AsyncResult.End<ReplySessionDemuxFailureAsyncResult>(result);