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