1 write to Endpoint
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
119
this.
Endpoint
= endpoint;
2 references to Endpoint
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
247
channelExtension.DoneReceiving(this.
Endpoint
.Binding.CloseTimeout);
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
182
Type contractType = endpointBehavior.
Endpoint
.Contract.ContractType;