1 write to behaviors
System.ServiceModel (1)
System\ServiceModel\Description\ServiceEndpoint.cs (1)
66
this.
behaviors
= new KeyedByTypeCollection<IEndpointBehavior>();
2 references to behaviors
System.ServiceModel (2)
System\ServiceModel\Description\ServiceEndpoint.cs (2)
64
if (this.
behaviors
== null)
69
return this.
behaviors
;