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