1 write to _httpsTransport
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
24
_httpsTransport
= new HttpsTransportBindingElement();
10 references to _httpsTransport
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (10)
25
_httpsTransport
.WebSocketSettings = _httpTransport.WebSocketSettings;
45
_httpsTransport
.AllowCookies = value;
60
_httpsTransport
.HostNameComparisonMode = value;
75
_httpsTransport
.MaxBufferSize = value;
91
_httpsTransport
.MaxBufferPoolSize = value;
106
_httpsTransport
.MaxReceivedMessageSize = value;
168
_httpsTransport
.TransferMode = value;
257
basicHttpSecurity.EnableTransportSecurity(
_httpsTransport
);
258
return
_httpsTransport
;
287
_httpsTransport
.WebSocketSettings = transport.WebSocketSettings;