1 write to httpTransport
System.ServiceModel (1)
System\ServiceModel\HttpBindingBase.cs (1)
26this.httpTransport = new HttpTransportBindingElement();
25 references to httpTransport
System.ServiceModel (25)
System\ServiceModel\HttpBindingBase.cs (25)
34this.httpsTransport.WebSocketSettings = this.httpTransport.WebSocketSettings; 42return this.httpTransport.AllowCookies; 47this.httpTransport.AllowCookies = value; 57return this.httpTransport.BypassProxyOnLocal; 62this.httpTransport.BypassProxyOnLocal = value; 72return this.httpTransport.HostNameComparisonMode; 77this.httpTransport.HostNameComparisonMode = value; 87return this.httpTransport.MaxBufferSize; 92this.httpTransport.MaxBufferSize = value; 103return this.httpTransport.MaxBufferPoolSize; 108this.httpTransport.MaxBufferPoolSize = value; 118return this.httpTransport.MaxReceivedMessageSize; 123this.httpTransport.MaxReceivedMessageSize = value; 134return this.httpTransport.ProxyAddress; 139this.httpTransport.ProxyAddress = value; 198return this.httpTransport.TransferMode; 203this.httpTransport.TransferMode = value; 213return this.httpTransport.UseDefaultWebProxy; 218this.httpTransport.UseDefaultWebProxy = value; 253return this.httpTransport.WebSocketSettings; 317basicHttpSecurity.EnableTransportAuthentication(this.httpTransport); 318return this.httpTransport; 323basicHttpSecurity.DisableTransportAuthentication(this.httpTransport); 324return this.httpTransport; 344this.httpTransport.WebSocketSettings = transport.WebSocketSettings;