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; 153get { return _httpsTransport; }