11 references to IsSystemEndpoint
System.ServiceModel (6)
System\ServiceModel\Channels\PeerService.cs (1)
239
if (!endpointDispatcher.
IsSystemEndpoint
)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (1)
209
if (!endpointDispatcher.
IsSystemEndpoint
)
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (1)
128
if (!endpointDispatcher.
IsSystemEndpoint
)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
562
if (!endpointDispatcher.
IsSystemEndpoint
)
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
377
if (endpointDispatcher.
IsSystemEndpoint
)
430
if (endpointDispatcher.
IsSystemEndpoint
)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowServiceBehavior.cs (1)
94
if (endpointDispatcher.
IsSystemEndpoint
)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (1)
300
return (endpointDispatcher.
IsSystemEndpoint
&&
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
47
if (!endpointDispatcher.
IsSystemEndpoint
&&
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
158
if (endpointDispatcher.
IsSystemEndpoint
)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
284
if (endPointDispatcher.
IsSystemEndpoint
)