System.ServiceModel.Channels.HttpTransportBindingElement public class HttpTransportBindingElement : TransportBindingElement Documentation Code public bool AllowCookies { get; set; } public AuthenticationSchemes AuthenticationScheme { get; set; } public bool BypassProxyOnLocal { get; set; } public bool DecompressionEnabled { get; set; } public ExtendedProtectionPolicy ExtendedProtectionPolicy { get; set; } public bool KeepAliveEnabled { get; set; } public int MaxBufferSize { get; set; } public IWebProxy Proxy { get; set; } public Uri ProxyAddress { get; set; } public AuthenticationSchemes ProxyAuthenticationScheme { get; set; } public TransferMode TransferMode { get; set; } public bool UseDefaultWebProxy { get; set; } public WebSocketTransportSettings WebSocketSettings { get; set; } public HttpTransportBindingElement() protected HttpTransportBindingElement(HttpTransportBindingElement elementToBeCloned)