1 write to httpTransportBindingElement
System.ServiceModel.Web (1)
System\ServiceModel\WebHttpBinding.cs (1)
268httpTransportBindingElement = new HttpTransportBindingElement();
23 references to httpTransportBindingElement
System.ServiceModel.Web (23)
System\ServiceModel\WebHttpBinding.cs (23)
42get { return httpTransportBindingElement.AllowCookies; } 45httpTransportBindingElement.AllowCookies = value; 53get { return httpTransportBindingElement.BypassProxyOnLocal; } 56httpTransportBindingElement.BypassProxyOnLocal = value; 69get { return httpTransportBindingElement.HostNameComparisonMode; } 72httpTransportBindingElement.HostNameComparisonMode = value; 80get { return httpTransportBindingElement.MaxBufferPoolSize; } 83httpTransportBindingElement.MaxBufferPoolSize = value; 91get { return httpTransportBindingElement.MaxBufferSize; } 94httpTransportBindingElement.MaxBufferSize = value; 102get { return httpTransportBindingElement.MaxReceivedMessageSize; } 105httpTransportBindingElement.MaxReceivedMessageSize = value; 113get { return httpTransportBindingElement.ProxyAddress; } 116httpTransportBindingElement.ProxyAddress = value; 151get { return httpTransportBindingElement.TransferMode; } 154httpTransportBindingElement.TransferMode = value; 162get { return httpTransportBindingElement.UseDefaultWebProxy; } 165httpTransportBindingElement.UseDefaultWebProxy = value; 255security.EnableTransportAuthentication(httpTransportBindingElement); 256return httpTransportBindingElement; 261security.DisableTransportAuthentication(httpTransportBindingElement); 262return httpTransportBindingElement; 270httpTransportBindingElement.ManualAddressing = true;