1 write to httpsTransport
System.ServiceModel (1)
System\ServiceModel\HttpBindingBase.cs (1)
27this.httpsTransport = new HttpsTransportBindingElement();
13 references to httpsTransport
System.ServiceModel (13)
System\ServiceModel\HttpBindingBase.cs (13)
34this.httpsTransport.WebSocketSettings = this.httpTransport.WebSocketSettings; 48this.httpsTransport.AllowCookies = value; 63this.httpsTransport.BypassProxyOnLocal = value; 78this.httpsTransport.HostNameComparisonMode = value; 93this.httpsTransport.MaxBufferSize = value; 109this.httpsTransport.MaxBufferPoolSize = value; 124this.httpsTransport.MaxReceivedMessageSize = value; 140this.httpsTransport.ProxyAddress = value; 204this.httpsTransport.TransferMode = value; 219this.httpsTransport.UseDefaultWebProxy = value; 312basicHttpSecurity.EnableTransportSecurity(this.httpsTransport); 313return this.httpsTransport; 345this.httpsTransport.WebSocketSettings = transport.WebSocketSettings;