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;
1253
this.
Endpoint
= null;
1264
this.
Endpoint
= null;
4 references to Endpoint
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
248
EndpointDispatcher endpoint = _requestInfo.
Endpoint
;
381
TraceUtility.TraceDroppedMessage(request.RequestMessage, _requestInfo.
Endpoint
);
392
_requestInfo.DispatchRuntime = _requestInfo.
Endpoint
.DispatchRuntime;
1197
TraceUtility.TraceDroppedMessage(request.RequestMessage, _requestInfo.
Endpoint
);