1 write to authenticationBehavior
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
77this.authenticationBehavior = AuthenticationBehavior.TryCreate(dispatch);
2 references to authenticationBehavior
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
986if (this.authenticationBehavior != null) 988this.authenticationBehavior.Authenticate(ref rpc);