Implemented interface member:
method
Add
System.Collections.Generic.IDictionary<TKey, TValue>.Add(TKey, TValue)
95 references to Add
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
551message.Properties.Add(WebBodyFormatMessageProperty.Name, new WebBodyFormatMessageProperty(WebContentFormat.Raw)); 555message.Properties.Add(HttpResponseMessageProperty.Name, response);
System.ServiceModel (37)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
923message.Properties.Add(SupportedCompressionTypesMessageProperty, supportedCompressionTypes);
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
98properties.Add(ChannelBindingMessageProperty.Name, this);
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
375message.Properties.Add(HttpRequestMessageProperty.Name, property);
System\ServiceModel\Channels\HttpChannelHelpers.cs (6)
889message.Properties.Add(HttpResponseMessageProperty.Name, responseProperty); 1246message.Properties.Add(AddressingProperty.Name, new AddressingProperty(message.Headers)); 1378message.Properties.Add(AddressingProperty.Name, new AddressingProperty(message.Headers)); 1455message.Properties.Add(HttpRequestMessageProperty.Name, httpProperties); 4212message.Properties.Add(HttpRequestMessageProperty.Name, requestProperty); 4217message.Properties.Add(property.Key, property.Value);
System\ServiceModel\Channels\HttpRequestContext.cs (3)
476ackMessage.Properties.Add(HttpResponseMessageProperty.Name, httpResponseProperty); 969message.Properties.Add(HttpRequestMessageProperty.Name, requestProperty); 973message.Properties.Add(RemoteEndpointMessageProperty.Name, remoteEndpointProperty);
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
109result.Properties.Add(RequestContextMessageProperty.Name, new RequestContextMessageProperty(context)); 366this.message.Properties.Add(RequestContextMessageProperty.Name, new RequestContextMessageProperty(context));
System\ServiceModel\Channels\PeerHelpers.cs (1)
826message.Properties.Add(PeerStrings.PeerProperty, peerProperty);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
95message.Properties.Add(addressedPropertyName, new object());
System\ServiceModel\Channels\ServiceContextProtocol.cs (2)
42message.Properties.Add(CallbackContextMessageProperty.Name, property); 132message.Properties.Add(HttpResponseMessageProperty.Name, property);
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1094message.Properties.Add(RemoteEndpointMessageProperty.Name, remoteEndpointProperty);
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1026message.Properties.Add(RemoteEndpointMessageProperty.Name, remoteEndpointProperty);
System\ServiceModel\Channels\TransactionFlowProperty.cs (4)
77message.Properties.Add(PropertyName, property); 84message.Properties.Add(PropertyName, property); 124message.Properties.Add(PropertyName, property); 181message.Properties.Add(PropertyName, property);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
936messageProperties.Add(WebSocketMessageProperty.Name, messageProperty); 940messageProperties.Add(RemoteEndpointMessageProperty.Name, this.remoteEndpointMessageProperty);
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
1293message.Properties.Add(HttpResponseMessageProperty.Name, responseProperty); 1309message.Properties.Add(HttpResponseMessageProperty.Name, httpResponseProperty);
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
1087context.IncomingMessageProperties.Add(TraceApplicationReference, hostReference);
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
460currentOperationContext.IncomingMessageProperties.Add(MessageBufferPropertyName, buffer);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (3)
515rpc.OperationContext.IncomingMessageProperties.Add( 535rpc.OperationContext.IncomingMessageProperties.Add( 854reply.Properties.Add(ImpersonateOnSerializingReplyMessageProperty.Name, new ImpersonateOnSerializingReplyMessageProperty(ref rpc));
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
435properties.Add(propertyDescription.Name, parameter);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
776closeMessage.Properties.Add(HttpRequestMessageProperty.Name, rmp);
System\ServiceModel\Security\SecuritySessionFilter.cs (1)
99message.Properties.Add(SessionContextIdsProperty, contextIds);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
690message.Properties.Add(HttpRequestMessageProperty.Name, rmp);
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
411message.Properties.Add(ReceiveContext.Name, wrapper);
System\ServiceModel\Activation\HostedHttpContext.cs (3)
314message.Properties.Add(HttpRequestMessageProperty.Name, requestProperty); 316message.Properties.Add(HostingMessageProperty.Name, CreateMessagePropertyFromHostedResult(this.hostedHttpContext.result)); 320message.Properties.Add(RemoteEndpointMessageProperty.Name, remoteEndpointProperty);
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
240operationContext.IncomingMessageProperties.Add(CorrelationMessageProperty.Name, correlationMessageProperty);
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1011instance.OperationContext.OutgoingMessageProperties.Add(CorrelationCallbackMessageProperty.Name, 1518instance.RequestOrReply.Properties.Add(CorrelationCallbackMessageProperty.Name,
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\MessageExtensionMethods.cs (3)
97message.Properties.Add(HttpRequestMessageProperty.Name, new HttpRequestMessageProperty(httpRequestMessage)); 106message.Properties.Add(HttpResponseMessageProperty.Name, new HttpResponseMessageProperty(httpResponseMessage)); 133message.Properties.Add(property.Key, property.Value);
System\ServiceModel\Channels\NetworkInterfaceMessageProperty.cs (1)
80properties.Add(NetworkInterfaceMessageProperty.Name, this);
System\ServiceModel\Channels\UdpUtility.cs (1)
565message.Properties.Add(RemoteEndpointMessageProperty.Name,
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryOperationContext.cs (1)
133responseOperationContext.OutgoingMessageProperties.Add(
System.ServiceModel.Web (43)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (6)
195message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty); 199message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.XmlProperty); 203message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.RawProperty); 224message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty); 228message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.XmlProperty); 232message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.RawProperty);
System\ServiceModel\Description\WebHttpBehavior.cs (1)
1332OperationContext.Current.OutgoingMessageProperties.Add(JavascriptCallbackResponseMessageProperty.Name, javascriptProperty);
System\ServiceModel\Description\WebScriptClientGenerator.cs (2)
76responseMessage.Properties.Add(HttpResponseMessageProperty.Name, responseMessageProperty); 92response.Properties.Add(HttpResponseMessageProperty.Name, responseMessageProperty);
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (3)
399fault.Properties.Add(HttpResponseMessageProperty.Name, responseProperty); 416newMessage.Properties.Add(HttpResponseMessageProperty.Name, responseProperty); 438fault.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Dispatcher\ContentTypeSettingClientMessageFormatter.cs (1)
83message.Properties.Add(HttpRequestMessageProperty.Name, httpProperty);
System\ServiceModel\Dispatcher\ContentTypeSettingDispatchMessageFormatter.cs (1)
75message.Properties.Add(HttpResponseMessageProperty.Name, httpProperty);
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (1)
115message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Dispatcher\JavascriptCallbackMessageInspector.cs (1)
58reply.Properties.Add(JavascriptCallbackResponseMessageProperty.Name, javascriptCallbackResponseMessageProperty);
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
103message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
333reply.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
107m.Properties.Add(HttpRequestMessageProperty.Name, hrmp);
System\ServiceModel\Dispatcher\WebErrorHandler.cs (3)
101fault.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty); 150response.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.RawProperty); 171response.Properties.Add(HttpResponseMessageProperty.Name, responseProperty);
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (6)
160message.Properties.Add(HttpOperationSelectorUriMatchedPropertyName, uriMatched); 164message.Properties.Add(HttpOperationNamePropertyName, result); 220message.Properties.Add(WebHttpDispatchOperationSelector.HttpOperationSelectorDataPropertyName, 286message.Properties.Add(WebHttpDispatchOperationSelector.HttpOperationSelectorDataPropertyName, 310message.Properties.Add(IncomingWebRequestContext.UriTemplateMatchResultsPropertyName, match); 353message.Properties.Add(RedirectPropertyName, originalPlusSlash);
System\ServiceModel\Web\OutgoingWebRequestContext.cs (1)
94operationContext.OutgoingMessageProperties.Add(HttpRequestMessageProperty.Name, new HttpRequestMessageProperty());
System\ServiceModel\Web\OutgoingWebResponseContext.cs (1)
184operationContext.OutgoingMessageProperties.Add(HttpResponseMessageProperty.Name, new HttpResponseMessageProperty());
System\ServiceModel\Web\WebOperationContext.cs (13)
107message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty); 125message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.XmlProperty); 137message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.XmlProperty); 158message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.XmlProperty); 171message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.XmlProperty); 183message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.XmlProperty); 195message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.XmlProperty); 207message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.XmlProperty); 248message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.RawProperty); 285message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.RawProperty); 301message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.RawProperty); 318message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.RawProperty); 334message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.RawProperty);