예제 #1
0
 internal void DisableTransportAuthentication(HttpRelayTransportBindingElement http)
 {
     HttpRelayTransportSecurity.DisableAuthentication(http);
 }
예제 #2
0
 internal void ConfigureTransportProtectionOnly(HttpsRelayTransportBindingElement https)
 {
     HttpRelayTransportSecurity.DisableAuthentication(https);
 }