3 references to Actor
System.ServiceModel (3)
System\ServiceModel\Description\TypeLoader.cs (2)
1431if (headerAttr.IsMustUnderstandSet || headerAttr.IsRelaySet || headerAttr.Actor != null) 1438headerDescription.Actor = headerAttr.Actor;
System\ServiceModel\PeerHopCountAttribute.cs (1)
38get { return base.Actor; }