1 write to _httpsTransport
System.ServiceModel.Http (1)
System\ServiceModel\HttpBindingBase.cs (1)
23_httpsTransport = new HttpsTransportBindingElement();
11 references to _httpsTransport
System.ServiceModel.Http (11)
System\ServiceModel\HttpBindingBase.cs (11)
30_httpsTransport.WebSocketSettings = _httpTransport.WebSocketSettings; 44_httpsTransport.AllowCookies = value; 59_httpsTransport.BypassProxyOnLocal = value; 74_httpsTransport.MaxBufferSize = value; 90_httpsTransport.MaxBufferPoolSize = value; 105_httpsTransport.MaxReceivedMessageSize = value; 121_httpsTransport.ProxyAddress = value; 184_httpsTransport.TransferMode = value; 199_httpsTransport.UseDefaultWebProxy = value; 258basicHttpSecurity.EnableTransportSecurity(_httpsTransport); 259return _httpsTransport;