10 references to HttpsTransport
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007FederationHttpBinding.cs (3)
38
this.
HttpsTransport
.MessageSecurityVersion = s_WS2007MessageSecurityVersion;
51
this.
HttpsTransport
.MessageSecurityVersion = s_WS2007MessageSecurityVersion;
59
this.
HttpsTransport
.MessageSecurityVersion = s_WS2007MessageSecurityVersion;
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007HttpBinding.cs (3)
37
this.
HttpsTransport
.MessageSecurityVersion = s_WS2007MessageSecurityVersion;
50
this.
HttpsTransport
.MessageSecurityVersion = s_WS2007MessageSecurityVersion;
58
this.
HttpsTransport
.MessageSecurityVersion = s_WS2007MessageSecurityVersion;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (1)
153
return this.
HttpsTransport
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (3)
62
HttpsTransport
.AllowCookies = value;
161
_security.ApplyTransportSecurity(this.
HttpsTransport
);
162
return this.
HttpsTransport
;