internal static void ApplyTransportSecurity(HttpsRelayTransportBindingElement transport, HttpRelayTransportSecurity transportSecurity)
 {
     HttpRelayTransportSecurity.ConfigureTransportProtectionAndAuthentication(transport, transportSecurity);
 }
Example #2
0
 internal static void EnableTransportSecurity(HttpsRelayTransportBindingElement https, HttpRelayTransportSecurity transportSecurity)
 {
     HttpRelayTransportSecurity.ConfigureTransportProtectionAndAuthentication(https, transportSecurity);
 }