1 write to _httpsTransport
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
24_httpsTransport = new HttpsTransportBindingElement();
10 references to _httpsTransport
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (10)
25_httpsTransport.WebSocketSettings = _httpTransport.WebSocketSettings; 45_httpsTransport.AllowCookies = value; 60_httpsTransport.HostNameComparisonMode = value; 75_httpsTransport.MaxBufferSize = value; 91_httpsTransport.MaxBufferPoolSize = value; 106_httpsTransport.MaxReceivedMessageSize = value; 168_httpsTransport.TransferMode = value; 257basicHttpSecurity.EnableTransportSecurity(_httpsTransport); 258return _httpsTransport; 287_httpsTransport.WebSocketSettings = transport.WebSocketSettings;