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