5 references to HttpTransport
System.ServiceModel (5)
System\ServiceModel\WSFederationHttpBinding.cs (1)
167return this.HttpTransport;
System\ServiceModel\WSHttpBinding.cs (4)
60get { return HttpTransport.AllowCookies; } 63HttpTransport.AllowCookies = value; 175this.HttpTransport.ExtendedProtectionPolicy = security.Transport.ExtendedProtectionPolicy; 176return this.HttpTransport;