1 write to httpTransport
System.ServiceModel (1)
System\ServiceModel\HttpBindingBase.cs (1)
26
this.
httpTransport
= new HttpTransportBindingElement();
25 references to httpTransport
System.ServiceModel (25)
System\ServiceModel\HttpBindingBase.cs (25)
34
this.httpsTransport.WebSocketSettings = this.
httpTransport
.WebSocketSettings;
42
return this.
httpTransport
.AllowCookies;
47
this.
httpTransport
.AllowCookies = value;
57
return this.
httpTransport
.BypassProxyOnLocal;
62
this.
httpTransport
.BypassProxyOnLocal = value;
72
return this.
httpTransport
.HostNameComparisonMode;
77
this.
httpTransport
.HostNameComparisonMode = value;
87
return this.
httpTransport
.MaxBufferSize;
92
this.
httpTransport
.MaxBufferSize = value;
103
return this.
httpTransport
.MaxBufferPoolSize;
108
this.
httpTransport
.MaxBufferPoolSize = value;
118
return this.
httpTransport
.MaxReceivedMessageSize;
123
this.
httpTransport
.MaxReceivedMessageSize = value;
134
return this.
httpTransport
.ProxyAddress;
139
this.
httpTransport
.ProxyAddress = value;
198
return this.
httpTransport
.TransferMode;
203
this.
httpTransport
.TransferMode = value;
213
return this.
httpTransport
.UseDefaultWebProxy;
218
this.
httpTransport
.UseDefaultWebProxy = value;
253
return this.
httpTransport
.WebSocketSettings;
317
basicHttpSecurity.EnableTransportAuthentication(this.
httpTransport
);
318
return this.
httpTransport
;
323
basicHttpSecurity.DisableTransportAuthentication(this.
httpTransport
);
324
return this.
httpTransport
;
344
this.
httpTransport
.WebSocketSettings = transport.WebSocketSettings;