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