19 references to webHttpBinding
System.ServiceModel.Web (19)
System\ServiceModel\Description\WebServiceEndpoint.cs (19)
22get { return this.webHttpBinding.HostNameComparisonMode; } 23set { this.webHttpBinding.HostNameComparisonMode = value; } 28get { return this.webHttpBinding.MaxBufferPoolSize; } 29set { this.webHttpBinding.MaxBufferPoolSize = value; } 34get { return this.webHttpBinding.MaxBufferSize; } 35set { this.webHttpBinding.MaxBufferSize = value; } 40get { return this.webHttpBinding.MaxReceivedMessageSize; } 41set { this.webHttpBinding.MaxReceivedMessageSize = value; } 46get { return this.webHttpBinding.TransferMode; } 47set { this.webHttpBinding.TransferMode = value; } 52get { return this.webHttpBinding.ReaderQuotas; } 53set { this.webHttpBinding.ReaderQuotas = value; } 58get { return this.webHttpBinding.Security; } 63get { return this.webHttpBinding.WriteEncoding; } 64set { this.webHttpBinding.WriteEncoding = value; } 69get { return this.webHttpBinding.ContentTypeMapper; } 70set { this.webHttpBinding.ContentTypeMapper = value; } 75get { return this.webHttpBinding.CrossDomainScriptAccessEnabled; } 78this.webHttpBinding.CrossDomainScriptAccessEnabled = value;