1 write to httpsTransport
System.ServiceModel (1)
System\ServiceModel\WSHttpBindingBase.cs (1)
212httpsTransport = new HttpsTransportBindingElement();
7 references to httpsTransport
System.ServiceModel (7)
System\ServiceModel\WSHttpBindingBase.cs (7)
53httpsTransport.BypassProxyOnLocal = value; 71httpsTransport.HostNameComparisonMode = value; 82httpsTransport.MaxBufferPoolSize = value; 99httpsTransport.MaxReceivedMessageSize = value; 119httpsTransport.ProxyAddress = value; 173httpsTransport.UseDefaultWebProxy = value; 189get { return httpsTransport; }