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