1 write to endpointBehavior
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
31this.endpointBehavior = endpointBehavior;
5 references to endpointBehavior
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\RoutingChannelExtension.cs (5)
43get { return this.endpointBehavior.EndpointName; } 53get { return this.endpointBehavior.ImpersonationRequired; } 64get { return this.endpointBehavior.ReceiveContextEnabled; } 89get { return this.endpointBehavior.TransactedReceiveEnabled; } 237foreach (IErrorHandler errorHandler in this.endpointBehavior.ChannelDispatcher.ErrorHandlers)