3 references to Actor
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\TypeLoader.cs (2)
1522
if (headerAttr.IsMustUnderstandSet || headerAttr.IsRelaySet || headerAttr.
Actor
!= null)
1529
headerDescription.Actor = headerAttr.
Actor
;
System\ServiceModel\PeerHopCountAttribute.cs (1)
25
public new string Actor => base.
Actor
;