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