2 implementations of CanSendAsynchronously
System.ServiceModel (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
51public override bool CanSendAsynchronously
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
61public abstract bool CanSendAsynchronously
5 references to CanSendAsynchronously
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
167&& (this.binder.CanSendAsynchronously || (this.replyFaultContext != null))) 332&& (this.binder.CanSendAsynchronously || (this.replyFaultContext != null))
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
2156if (this.channelBinder.CanSendAsynchronously) 2219if (this.sessionChannel.channelBinder.CanSendAsynchronously) 2241else if (this.sessionChannel.channelBinder.CanSendAsynchronously)