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