5 writes to Endpoint
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
557this.requestInfo.Channel = this.GetSessionChannel(request.RequestMessage, out this.requestInfo.Endpoint, out addressMatched); 561this.requestInfo.Channel = this.GetDatagramChannel(request.RequestMessage, out this.requestInfo.Endpoint, out addressMatched); 579this.requestInfo.Endpoint = this.requestInfo.Channel.EndpointDispatcher; 2025this.Endpoint = null; 2044this.Endpoint = null;
4 references to Endpoint
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
386EndpointDispatcher endpoint = this.requestInfo.Endpoint; 594TraceUtility.TraceDroppedMessage(request.RequestMessage, this.requestInfo.Endpoint); 605this.requestInfo.DispatchRuntime = this.requestInfo.Endpoint.DispatchRuntime; 1902TraceUtility.TraceDroppedMessage(request.RequestMessage, this.requestInfo.Endpoint);