2 references to CreateTransportSecurity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
387return _security.CreateTransportSecurity();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (1)
115return _messageSecurity.CreateSecurityBindingElement(true, isReliableSessionEnabled, this.CreateTransportSecurity());