4 references to CreateUserNameOverTransportBindingElement
dotnet-svcutil-lib (4)
CodeDomFixup\MethodCreationHelper.cs (1)
1119TransportSecurityBindingElement defaultBindingElement = SecurityBindingElement.CreateUserNameOverTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpMessageSecurity.cs (1)
65result = SecurityBindingElement.CreateUserNameOverTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (1)
94oneShotSecurity = SecurityBindingElement.CreateUserNameOverTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (1)
77oneShotSecurity = SecurityBindingElement.CreateUserNameOverTransportBindingElement();