3 overrides of SupportsDuplex
System.ServiceModel (3)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
166
internal override bool
SupportsDuplex
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
123
internal override bool
SupportsDuplex
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
54
internal override bool
SupportsDuplex
2 references to SupportsDuplex
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
686
(this.
SupportsDuplex
&& (typeof(TChannel) == typeof(IDuplexChannel) || typeof(TChannel) == typeof(IDuplexSessionChannel))) ||
761
(this.
SupportsDuplex
&& (typeof(TChannel) == typeof(IDuplexChannel) || typeof(TChannel) == typeof(IDuplexSessionChannel))) ||