2 references to GetBehaviorCollection
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenClientCredential.cs (2)
38
this.localIssuerChannelBehaviors =
GetBehaviorCollection
(other.localIssuerChannelBehaviors);
44
this.issuerChannelBehaviors.Add(uri,
GetBehaviorCollection
(other.issuerChannelBehaviors[uri]));