1 write to _httpTransport
System.ServiceModel.Http (1)
System\ServiceModel\HttpBindingBase.cs (1)
22
_httpTransport
= new HttpTransportBindingElement();
22 references to _httpTransport
System.ServiceModel.Http (22)
System\ServiceModel\HttpBindingBase.cs (22)
30
_httpsTransport.WebSocketSettings =
_httpTransport
.WebSocketSettings;
38
return
_httpTransport
.AllowCookies;
43
_httpTransport
.AllowCookies = value;
53
return
_httpTransport
.BypassProxyOnLocal;
58
_httpTransport
.BypassProxyOnLocal = value;
68
return
_httpTransport
.MaxBufferSize;
73
_httpTransport
.MaxBufferSize = value;
84
return
_httpTransport
.MaxBufferPoolSize;
89
_httpTransport
.MaxBufferPoolSize = value;
99
return
_httpTransport
.MaxReceivedMessageSize;
104
_httpTransport
.MaxReceivedMessageSize = value;
115
return
_httpTransport
.ProxyAddress;
120
_httpTransport
.ProxyAddress = value;
178
return
_httpTransport
.TransferMode;
183
_httpTransport
.TransferMode = value;
193
return
_httpTransport
.UseDefaultWebProxy;
198
_httpTransport
.UseDefaultWebProxy = value;
216
return
_httpTransport
.WebSocketSettings;
263
basicHttpSecurity.EnableTransportAuthentication(
_httpTransport
);
264
return
_httpTransport
;
269
basicHttpSecurity.DisableTransportAuthentication(
_httpTransport
);
270
return
_httpTransport
;