1 write to httpsTransport
System.ServiceModel (1)
System\ServiceModel\HttpBindingBase.cs (1)
27
this.
httpsTransport
= new HttpsTransportBindingElement();
13 references to httpsTransport
System.ServiceModel (13)
System\ServiceModel\HttpBindingBase.cs (13)
34
this.
httpsTransport
.WebSocketSettings = this.httpTransport.WebSocketSettings;
48
this.
httpsTransport
.AllowCookies = value;
63
this.
httpsTransport
.BypassProxyOnLocal = value;
78
this.
httpsTransport
.HostNameComparisonMode = value;
93
this.
httpsTransport
.MaxBufferSize = value;
109
this.
httpsTransport
.MaxBufferPoolSize = value;
124
this.
httpsTransport
.MaxReceivedMessageSize = value;
140
this.
httpsTransport
.ProxyAddress = value;
204
this.
httpsTransport
.TransferMode = value;
219
this.
httpsTransport
.UseDefaultWebProxy = value;
312
basicHttpSecurity.EnableTransportSecurity(this.
httpsTransport
);
313
return this.
httpsTransport
;
345
this.
httpsTransport
.WebSocketSettings = transport.WebSocketSettings;