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