5 references to comServiceBehavior
ComSvcConfig (5)
EndpointConfigContainer.cs (5)
293
serviceElement.BehaviorConfiguration =
comServiceBehavior
;
711
if (!sg.Behaviors.ServiceBehaviors.ContainsKey(
comServiceBehavior
))
713
ServiceBehaviorElement behavior = new ServiceBehaviorElement(
comServiceBehavior
);
734
if (sg.Behaviors.ServiceBehaviors.ContainsKey(
comServiceBehavior
))
736
ServiceBehaviorElement element = sg.Behaviors.ServiceBehaviors[
comServiceBehavior
];