1 instantiation of AuthenticationBehavior
System.ServiceModel (1)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (1)
129AuthenticationBehavior authenticationBehavior = new AuthenticationBehavior(dispatch.ServiceAuthenticationManager);
5 references to AuthenticationBehavior
System.ServiceModel (5)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (3)
127static AuthenticationBehavior CreateAuthenticationBehavior(DispatchRuntime dispatch) 129AuthenticationBehavior authenticationBehavior = new AuthenticationBehavior(dispatch.ServiceAuthenticationManager); 137public static AuthenticationBehavior TryCreate(DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
23readonly AuthenticationBehavior authenticationBehavior; 77this.authenticationBehavior = AuthenticationBehavior.TryCreate(dispatch);