Home
last modified time | relevance | path

Searched refs:EnableTransportAuthentication (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DBasicHttpsSecurity.cs145 internal void EnableTransportAuthentication(HttpTransportBindingElement http) in EnableTransportAuthentication() method in System.ServiceModel.BasicHttpsSecurity
147 this.basicHttpSecurity.EnableTransportAuthentication(http); in EnableTransportAuthentication()
H A DBasicHttpSecurity.cs79 internal void EnableTransportAuthentication(HttpTransportBindingElement http) in EnableTransportAuthentication() method in System.ServiceModel.BasicHttpSecurity
H A DHttpBindingBase.cs317 basicHttpSecurity.EnableTransportAuthentication(this.httpTransport); in GetTransport()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/
H A DWebHttpSecurity.cs55 internal void EnableTransportAuthentication(HttpTransportBindingElement http) in EnableTransportAuthentication() method in System.ServiceModel.WebHttpSecurity
H A DWebHttpBinding.cs255 security.EnableTransportAuthentication(httpTransportBindingElement); in GetTransport()