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