13 references to MessageProperties
System.ServiceModel (8)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1608
this.properties = new
MessageProperties
();
1640
this.properties = new
MessageProperties
();
System\ServiceModel\Channels\ContentOnlyMessage.cs (1)
51
this.properties = new
MessageProperties
();
System\ServiceModel\Channels\Message.cs (3)
1040
properties = new
MessageProperties
();
1298
properties = new
MessageProperties
();
1504
this.properties = new
MessageProperties
();
System\ServiceModel\OperationContext.cs (1)
226
this.outgoingMessageProperties = new
MessageProperties
();
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
919
messageProperties = new
MessageProperties
();
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\ByteStreamMessage.cs (4)
110
this.properties = new
MessageProperties
();
125
this.properties = new
MessageProperties
();
142
this.properties = new
MessageProperties
();
159
this.properties = new
MessageProperties
();
System.ServiceModel.Web (1)
System\ServiceModel\Channels\HttpStreamMessage.cs (1)
30
this.properties = new
MessageProperties
();