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