1 write to authorizationBehavior
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
78this.authorizationBehavior = AuthorizationBehavior.TryCreate(dispatch);
2 references to authorizationBehavior
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
991if (this.authorizationBehavior != null) 993this.authorizationBehavior.Authorize(ref rpc);