1 write to httpTransportBindingElement
System.ServiceModel.Web (1)
System\ServiceModel\WebHttpBinding.cs (1)
268
httpTransportBindingElement
= new HttpTransportBindingElement();
23 references to httpTransportBindingElement
System.ServiceModel.Web (23)
System\ServiceModel\WebHttpBinding.cs (23)
42
get { return
httpTransportBindingElement
.AllowCookies; }
45
httpTransportBindingElement
.AllowCookies = value;
53
get { return
httpTransportBindingElement
.BypassProxyOnLocal; }
56
httpTransportBindingElement
.BypassProxyOnLocal = value;
69
get { return
httpTransportBindingElement
.HostNameComparisonMode; }
72
httpTransportBindingElement
.HostNameComparisonMode = value;
80
get { return
httpTransportBindingElement
.MaxBufferPoolSize; }
83
httpTransportBindingElement
.MaxBufferPoolSize = value;
91
get { return
httpTransportBindingElement
.MaxBufferSize; }
94
httpTransportBindingElement
.MaxBufferSize = value;
102
get { return
httpTransportBindingElement
.MaxReceivedMessageSize; }
105
httpTransportBindingElement
.MaxReceivedMessageSize = value;
113
get { return
httpTransportBindingElement
.ProxyAddress; }
116
httpTransportBindingElement
.ProxyAddress = value;
151
get { return
httpTransportBindingElement
.TransferMode; }
154
httpTransportBindingElement
.TransferMode = value;
162
get { return
httpTransportBindingElement
.UseDefaultWebProxy; }
165
httpTransportBindingElement
.UseDefaultWebProxy = value;
255
security.EnableTransportAuthentication(
httpTransportBindingElement
);
256
return
httpTransportBindingElement
;
261
security.DisableTransportAuthentication(
httpTransportBindingElement
);
262
return
httpTransportBindingElement
;
270
httpTransportBindingElement
.ManualAddressing = true;