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