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