35 references to EndpointDispatcher
dotnet-svcutil-lib (35)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
58
void IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint serviceEndpoint,
EndpointDispatcher
endpointDispatcher)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
35
private
EndpointDispatcher
_endpointDispatcher;
95
EndpointDispatcher
endpointDispatcher,
231
internal
EndpointDispatcher
EndpointDispatcher
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (1)
155
void IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint serviceEndpoint,
EndpointDispatcher
endpointDispatcher)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
288
public void ApplyDispatchBehavior(ServiceEndpoint serviceEndpoint,
EndpointDispatcher
endpointDispatcher)
354
public void ApplyDispatchBehavior(ServiceEndpoint serviceEndpoint,
EndpointDispatcher
endpointDispatcher) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IEndpointBehavior.cs (1)
14
void ApplyDispatchBehavior(ServiceEndpoint endpoint,
EndpointDispatcher
endpointDispatcher);
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs (1)
190
internal static void TraceDroppedMessage(Message message,
EndpointDispatcher
dispatcher)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (10)
103
public SynchronizedCollection<
EndpointDispatcher
> Endpoints
361
private void OnAddEndpoint(
EndpointDispatcher
endpoint)
374
private void OnRemoveEndpoint(
EndpointDispatcher
endpoint)
510
foreach (
EndpointDispatcher
ed in this.Endpoints)
600
EndpointDispatcher
endpoint = _endpointDispatchers[i];
648
internal class EndpointDispatcherCollection : SynchronizedCollection<
EndpointDispatcher
>
660
foreach (
EndpointDispatcher
item in this.Items)
667
protected override void InsertItem(int index,
EndpointDispatcher
item)
678
EndpointDispatcher
item = this.Items[index];
683
protected override void SetItem(int index,
EndpointDispatcher
item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
248
EndpointDispatcher
endpoint = _requestInfo.Endpoint;
415
private ServiceChannel GetDatagramChannel(Message message, out
EndpointDispatcher
endpoint, out bool addressMatched)
440
private
EndpointDispatcher
GetEndpointDispatcher(Message message, out bool addressMatched)
445
private ServiceChannel GetSessionChannel(Message message, out
EndpointDispatcher
endpoint, out bool addressMatched)
1243
public
EndpointDispatcher
Endpoint;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
53
foreach (
EndpointDispatcher
endpointDispatcher in runtime.Endpoints)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
26
private
EndpointDispatcher
_endpointDispatcher = null;
157
public
EndpointDispatcher
EndpointDispatcher
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (5)
14
private List<
EndpointDispatcher
> _cachedEndpoints;
26
public void AddEndpoint(
EndpointDispatcher
endpoint)
34
_cachedEndpoints = new List<
EndpointDispatcher
>(optimizationThreshold);
44
public void RemoveEndpoint(
EndpointDispatcher
endpoint)
55
public
EndpointDispatcher
Lookup(Message message, out bool addressMatched)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (2)
30
private
EndpointDispatcher
_endpointDispatcher;
111
public
EndpointDispatcher
EndpointDispatcher
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
239
public void ApplyDispatchBehavior(ServiceEndpoint serviceEndpoint,
EndpointDispatcher
endpointDispatcher) { }