3 references to IsUserContext
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (2)
586if ((context != null) && (!context.IsUserContext) && (context.InternalServiceChannel == this)) 1033if ((operationContext != null) && operationContext.IsUserContext)
System\ServiceModel\OperationContext.cs (1)
405if (this.channel == null || this.IsUserContext)