1 write to EndpointDispatcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
465
currentOperationContext.
EndpointDispatcher
= endpoint;
14 references to EndpointDispatcher
System.ServiceModel (6)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
837
endpointDispatcher = currentContext.
EndpointDispatcher
;
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
463
if (currentOperationContext.
EndpointDispatcher
== null && this.listener != null)
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (2)
107
EndpointDispatcher endpointDispatcher = OperationContext.Current.
EndpointDispatcher
;
133
EndpointDispatcher endpointDispatcher = OperationContext.Current.
EndpointDispatcher
;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
836
ILogonTokenCacheManager logonManager = OperationContext.Current.
EndpointDispatcher
.ChannelDispatcher.Listener.GetProperty<ILogonTokenCacheManager>();
837
Collection<ISecurityContextSecurityTokenCache> sctCaches = OperationContext.Current.
EndpointDispatcher
.ChannelDispatcher.Listener.GetProperty<Collection<ISecurityContextSecurityTokenCache>>();
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
55
TD.RoutingServiceProcessingMessage(messageRpc.EventTraceActivity, messageRpc.UniqueID, messageRpc.Message.Headers.Action, messageRpc.OperationContext.
EndpointDispatcher
.EndpointAddress.Uri.ToString(), (messageRpc.Transaction != null).ToString());
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
36
message.Headers.Action, this.messageRpc.OperationContext.
EndpointDispatcher
.EndpointAddress.Uri.ToString(), messageRpc.Transaction != null ? "True" : "False");
System\ServiceModel\Routing\RoutingService.cs (1)
132
ChannelDispatcher channelDispatcher = this.operationContext.
EndpointDispatcher
.ChannelDispatcher;
System.ServiceModel.Web (2)
System\ServiceModel\Web\OutgoingWebResponseContext.cs (1)
160
string endpointId = this.operationContext.
EndpointDispatcher
.Id;
System\ServiceModel\Web\WebOperationContext.cs (1)
346
WebHttpDispatchOperationSelector selector = OperationContext.Current.
EndpointDispatcher
.DispatchRuntime.OperationSelector as WebHttpDispatchOperationSelector;
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\DurableRuntimeValidator.cs (3)
43
OperationContext.Current.
EndpointDispatcher
!= null &&
44
OperationContext.Current.
EndpointDispatcher
.DispatchRuntime != null,
48
this.concurrencyMode = OperationContext.Current.
EndpointDispatcher
.DispatchRuntime.ConcurrencyMode;