1 write to _httpTransport
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
23_httpTransport = new HttpTransportBindingElement();
20 references to _httpTransport
dotnet-svcutil-lib (20)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (20)
25_httpsTransport.WebSocketSettings = _httpTransport.WebSocketSettings; 39return _httpTransport.AllowCookies; 44_httpTransport.AllowCookies = value; 54return _httpTransport.HostNameComparisonMode; 59_httpTransport.HostNameComparisonMode = value; 69return _httpTransport.MaxBufferSize; 74_httpTransport.MaxBufferSize = value; 85return _httpTransport.MaxBufferPoolSize; 90_httpTransport.MaxBufferPoolSize = value; 100return _httpTransport.MaxReceivedMessageSize; 105_httpTransport.MaxReceivedMessageSize = value; 162return _httpTransport.TransferMode; 167_httpTransport.TransferMode = value; 176return _httpTransport.UseDefaultWebProxy; 210return _httpTransport.WebSocketSettings; 262basicHttpSecurity.EnableTransportAuthentication(_httpTransport); 263return _httpTransport; 268basicHttpSecurity.DisableTransportAuthentication(_httpTransport); 269return _httpTransport; 286_httpTransport.WebSocketSettings = transport.WebSocketSettings;