1 write to httpsTransportBindingElement
System.ServiceModel.Web (1)
System\ServiceModel\WebHttpBinding.cs (1)
269
httpsTransportBindingElement
= new HttpsTransportBindingElement();
12 references to httpsTransportBindingElement
System.ServiceModel.Web (12)
System\ServiceModel\WebHttpBinding.cs (12)
46
httpsTransportBindingElement
.AllowCookies = value;
57
httpsTransportBindingElement
.BypassProxyOnLocal = value;
73
httpsTransportBindingElement
.HostNameComparisonMode = value;
84
httpsTransportBindingElement
.MaxBufferPoolSize = value;
95
httpsTransportBindingElement
.MaxBufferSize = value;
106
httpsTransportBindingElement
.MaxReceivedMessageSize = value;
117
httpsTransportBindingElement
.ProxyAddress = value;
155
httpsTransportBindingElement
.TransferMode = value;
166
httpsTransportBindingElement
.UseDefaultWebProxy = value;
250
security.EnableTransportSecurity(
httpsTransportBindingElement
);
251
return
httpsTransportBindingElement
;
271
httpsTransportBindingElement
.ManualAddressing = true;