5 writes to Endpoint
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
352_requestInfo.Channel = this.GetSessionChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 356_requestInfo.Channel = this.GetDatagramChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 373_requestInfo.Endpoint = _requestInfo.Channel.EndpointDispatcher; 1253this.Endpoint = null; 1264this.Endpoint = null;
4 references to Endpoint
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
248EndpointDispatcher endpoint = _requestInfo.Endpoint; 381TraceUtility.TraceDroppedMessage(request.RequestMessage, _requestInfo.Endpoint); 392_requestInfo.DispatchRuntime = _requestInfo.Endpoint.DispatchRuntime; 1197TraceUtility.TraceDroppedMessage(request.RequestMessage, _requestInfo.Endpoint);