1 write to httpTransport
System.ServiceModel (1)
System\ServiceModel\WSHttpBindingBase.cs (1)
211httpTransport = new HttpTransportBindingElement();
13 references to httpTransport
System.ServiceModel (13)
System\ServiceModel\WSHttpBindingBase.cs (13)
49get { return httpTransport.BypassProxyOnLocal; } 52httpTransport.BypassProxyOnLocal = value; 67get { return httpTransport.HostNameComparisonMode; } 70httpTransport.HostNameComparisonMode = value; 78get { return httpTransport.MaxBufferPoolSize; } 81httpTransport.MaxBufferPoolSize = value; 89get { return httpTransport.MaxReceivedMessageSize; } 98httpTransport.MaxReceivedMessageSize = value; 115get { return httpTransport.ProxyAddress; } 118httpTransport.ProxyAddress = value; 169get { return httpTransport.UseDefaultWebProxy; } 172httpTransport.UseDefaultWebProxy = value; 184get { return httpTransport; }