1 write to _httpTransport
System.ServiceModel.Http (1)
System\ServiceModel\HttpBindingBase.cs (1)
22_httpTransport = new HttpTransportBindingElement();
22 references to _httpTransport
System.ServiceModel.Http (22)
System\ServiceModel\HttpBindingBase.cs (22)
30_httpsTransport.WebSocketSettings = _httpTransport.WebSocketSettings; 38return _httpTransport.AllowCookies; 43_httpTransport.AllowCookies = value; 53return _httpTransport.BypassProxyOnLocal; 58_httpTransport.BypassProxyOnLocal = value; 68return _httpTransport.MaxBufferSize; 73_httpTransport.MaxBufferSize = value; 84return _httpTransport.MaxBufferPoolSize; 89_httpTransport.MaxBufferPoolSize = value; 99return _httpTransport.MaxReceivedMessageSize; 104_httpTransport.MaxReceivedMessageSize = value; 115return _httpTransport.ProxyAddress; 120_httpTransport.ProxyAddress = value; 178return _httpTransport.TransferMode; 183_httpTransport.TransferMode = value; 193return _httpTransport.UseDefaultWebProxy; 198_httpTransport.UseDefaultWebProxy = value; 216return _httpTransport.WebSocketSettings; 263basicHttpSecurity.EnableTransportAuthentication(_httpTransport); 264return _httpTransport; 269basicHttpSecurity.DisableTransportAuthentication(_httpTransport); 270return _httpTransport;