5 writes to Endpoint
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
344_requestInfo.Channel = GetSessionChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 348_requestInfo.Channel = GetDatagramChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 365_requestInfo.Endpoint = _requestInfo.Channel.EndpointDispatcher; 1260Endpoint = null; 1271Endpoint = null;
4 references to Endpoint
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
235EndpointDispatcher endpoint = _requestInfo.Endpoint; 373TraceUtility.TraceDroppedMessage(request.RequestMessage, _requestInfo.Endpoint); 384_requestInfo.DispatchRuntime = _requestInfo.Endpoint.DispatchRuntime; 1204TraceUtility.TraceDroppedMessage(request.RequestMessage, _requestInfo.Endpoint);