1 implementation of BeginHandleDemuxFailure
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4730public IAsyncResult BeginHandleDemuxFailure(Message message, IOutputChannel faultContext, AsyncCallback callback, object state)
1 reference to BeginHandleDemuxFailure
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3876IAsyncResult result = this.demuxFailureHandler.BeginHandleDemuxFailure(this.message, this.channel, demuxFailureHandlerCallback, this);