internal void DisableTransportAuthentication(HttpRelayTransportBindingElement http) { HttpRelayTransportSecurity.DisableAuthentication(http); }
internal void ConfigureTransportProtectionOnly(HttpsRelayTransportBindingElement https) { HttpRelayTransportSecurity.DisableAuthentication(https); }