コード例 #1
0
 internal void DisableTransportAuthentication(HttpRelayTransportBindingElement http)
 {
     HttpRelayTransportSecurity.DisableAuthentication(http);
 }
コード例 #2
0
 internal void ConfigureTransportProtectionOnly(HttpsRelayTransportBindingElement https)
 {
     HttpRelayTransportSecurity.DisableAuthentication(https);
 }