1 write to _httpsTransport
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
176
_httpsTransport
= new HttpsTransportBindingElement();
4 references to _httpsTransport
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (4)
59
_httpsTransport
.HostNameComparisonMode = value;
70
_httpsTransport
.MaxBufferPoolSize = value;
87
_httpsTransport
.MaxReceivedMessageSize = value;
153
get { return
_httpsTransport
; }