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