3 instantiations of ReplyAdapterBindingElement
System.ServiceModel (3)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
403
return new
ReplyAdapterBindingElement
();
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
555
channelBuilder.Binding.Elements.Insert(0, new
ReplyAdapterBindingElement
());
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1055
channelBuilder.Binding.Elements.Insert(0, new
ReplyAdapterBindingElement
());