2 writes to actor
System.ServiceModel (2)
System\ServiceModel\MessageHeaderT.cs (2)
33this.actor = actor; 40set { this.actor = value; }
2 references to actor
System.ServiceModel (2)
System\ServiceModel\MessageHeaderT.cs (2)
39get { return this.actor; } 68return MessageHeader.CreateHeader(name, ns, this.content, this.mustUnderstand, this.actor, this.relay);