9 references to Properties
Client.ClientBase.IntegrationTests (3)
ClientBaseTestHelpers.cs (1)
110request.Properties.Add(HttpRequestMessageProperty.Name, httpRequestMessage);
MessageInspectorTestHelpers.cs (2)
117if (request.Properties.TryGetValue(HttpRequestMessageProperty.Name, out obj2)) 128request.Properties.Add(HttpRequestMessageProperty.Name, property);
System.ServiceModel.NetFramingBase (5)
System\ServiceModel\Channels\FramingChannels.cs (1)
57allowOutputBatching = message.Properties.AllowOutputBatching;
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
131message.Properties.Via = _via; 132message.Properties.Security = (_security != null) ? (SecurityMessageProperty)_security.CreateCopy() : null;
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
358message.Properties.Via = _localVia; 432allowOutputBatching = message.Properties.AllowOutputBatching;
System.ServiceModel.Primitives.Tests (1)
ServiceModel\MessageContractTest.4.4.0.cs (1)
161foreach (var property in msg.Properties)