2 writes to properties
System.ServiceModel (2)
System\ServiceModel\Channels\MessageBuffer.cs (2)
282
this.
properties
= properties;
304
properties
= null;
2 references to properties
System.ServiceModel (2)
System\ServiceModel\Channels\MessageBuffer.cs (2)
315
return new BodyWriterMessage(headers,
properties
, bodyWriter);
331
get { return
properties
; }