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