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