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