3 overrides of SupportsRequestReply
System.ServiceModel (3)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
171
internal override bool
SupportsRequestReply
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
128
internal override bool
SupportsRequestReply
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
59
internal override bool
SupportsRequestReply
2 references to SupportsRequestReply
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
687
(this.
SupportsRequestReply
&& (typeof(TChannel) == typeof(IRequestChannel) || typeof(TChannel) == typeof(IRequestSessionChannel)));
762
(this.
SupportsRequestReply
&& (typeof(TChannel) == typeof(IReplyChannel) || typeof(TChannel) == typeof(IReplySessionChannel)));