Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
62 references to Add
System.ServiceModel (37)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
388this.parent.channels.Add(channel);
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1697behavior.DispatchRuntime.InputSessionShutdownHandlers.Add(this.neighbor);
System\ServiceModel\Channels\PeerService.cs (1)
243channelDispatcher.ChannelInitializers.Add(this);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1452behavior.DispatchRuntime.InputSessionShutdownHandlers.Add(this.proxy);
System\ServiceModel\ComIntegration\ComPlusContractBehavior.cs (2)
37dispatch.InstanceContextInitializers.Add(new ComPlusInstanceContextInitializer(info)); 41operation.CallContextInitializers.Add(
System\ServiceModel\ComIntegration\WebHostedComPlusServiceHost.cs (1)
18this.InternalBaseAddresses.Add(address);
System\ServiceModel\Description\ClientCredentials.cs (1)
299behavior.InteractiveChannelInitializers.Add(new InfocardInteractiveChannelInitializer(this, serviceEndpoint.Binding));
System\ServiceModel\Description\DispatcherBuilder.cs (7)
772channelDispatcher.Endpoints.Add(dispatcher); 819serviceHost.ChannelDispatchers.Add(channelDispatcher); 995child.FaultContractInfos.Add(new FaultContractInfo(fault.Action, fault.DetailType, fault.ElementName, fault.Namespace, operation.KnownTypes)); 998parent.Operations.Add(child); 1022child.FaultContractInfos.Add(new FaultContractInfo(fault.Action, fault.DetailType, fault.ElementName, fault.Namespace, operation.KnownTypes)); 1031provider.InitiatingActions.Add(requestAction); 1037parent.Operations.Add(child);
System\ServiceModel\Description\ServiceMetadataExtension.cs (5)
325owner.ChannelDispatchers.Add(channelDispatcher); 365owner.ChannelDispatchers.Add(channelDispatcher); 441dispatcher.DispatchRuntime.Operations.Add(operationDispatcher); 446dispatcher.DispatchRuntime.MessageInspectors.Add(impl); 447channelDispatcher.Endpoints.Add(dispatcher);
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
421faultInfos.Add(new XmlSerializerFaultContractInfo(faultContractInfo, serializerStub, elementName));
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
255baseEndpoint.ChannelDispatcher.Endpoints.Add(endpoint);
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (2)
72this.dispatcher.PendingChannels.Add(channelBinder.Channel); 158this.dispatcher.PendingChannels.Add(channelBinder.Channel);
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
1013channelDispatcher.Endpoints.Add(endpointDispatcher); 1014this.ChannelDispatchers.Add(channelDispatcher);
System\ServiceModel\Security\NegotiationTokenProvider.cs (2)
131serviceChannelFactory.ClientRuntime.Operations.Add(rstOperation); 137serviceChannelFactory.ClientRuntime.Operations.Add(rstrOperation);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
1211channelDispatcher.Endpoints.Add(endpointDispatcher); 1212this.ChannelDispatchers.Add(channelDispatcher);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (2)
428serviceChannelFactory.ClientRuntime.Operations.Add(issueOperation); 432serviceChannelFactory.ClientRuntime.Operations.Add(renewOperation);
System\ServiceModel\ServiceHost.cs (3)
312this.baseAddresses.Add(baseAddress); 754this.baseAddresses.Add(baseAddress); 1922configLoader.LoadHostConfig(serviceSection, this, (addr => this.InternalBaseAddresses.Add(addr)));
System\ServiceModel\SynchronizedCollection.cs (1)
272this.Add((T)value);
System\ServiceModel\UriSchemeKeyedCollection.cs (1)
25this.Add(addresses[i]);
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Description\CorrelationQueryBehavior.cs (1)
134endpointDispatcher.ChannelDispatcher.ChannelInitializers.Add(this);
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (2)
203endpointDispatcher.DispatchRuntime.Operations.Add(operationDispatcher); 235workflowServiceHost.ChannelDispatchers.Add(channelDispatcher);
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\DiscoveryOperationContextExtensionInitializer.cs (1)
35endpointDispatcher.DispatchRuntime.MessageInspectors.Add(this);
System\ServiceModel\Discovery\ServiceDiscoveryBehavior.cs (1)
101serviceHostBase.ChannelDispatchers.Add(
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (2)
67endpointDispatcher.DispatchRuntime.MessageInspectors.Add(this); 70endpointDispatcher.DispatchRuntime.CallbackClientRuntime.MessageInspectors.Add(this);
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\RoutingBehavior.cs (2)
176this.ChannelDispatcher.ChannelInitializers.Add(this); 177endpointDispatcher.DispatchRuntime.InputSessionShutdownHandlers.Add(this);
System\ServiceModel\Routing\SoapProcessingBehavior.cs (3)
53clientRuntime.MessageInspectors.Add(inspector); 54clientRuntime.CallbackDispatchRuntime.MessageInspectors.Add(inspector); 57clientOp.ParameterInspectors.Add(inspector);
System.ServiceModel.Web (11)
System\ServiceModel\Description\WebHttpBehavior.cs (5)
166endpointDispatcher.DispatchRuntime.MessageInspectors.Add(new JavascriptCallbackMessageInspector(this.JavascriptCallbackParameterName)); 201endpointDispatcher.DispatchRuntime.Operations.Add( 222endpointDispatcher.DispatchRuntime.MessageInspectors.Add(formatSelectingMessageInspector); 292endpointDispatcher.DispatchRuntime.Operations.Add(dispatchOperation); 531clientRuntime.MessageInspectors.Add(new WebFaultClientMessageInspector());
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (5)
130clientRuntime.MessageInspectors.Add(new JsonClientMessageInspector()); 225clientRuntime.MessageInspectors.Add(new JsonClientMessageInspector()); 305metadataEndpointDispatcher.DispatchRuntime.Operations.Add(dispatchOperation); 317metadataChannelDispatcher.Endpoints.Add(metadataEndpointDispatcher); 319host.ChannelDispatchers.Add(metadataChannelDispatcher);
System\ServiceModel\Web\AspNetCacheProfileAttribute.cs (1)
46dispatchOperation.ParameterInspectors.Add(new CachingParameterInspector(this.cacheProfileName));
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
186endpointDispatcher.DispatchRuntime.MessageInspectors.Add(new DurableMessageDispatchInspector(serviceEndPoint.Contract.SessionMode));
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
344endPointDispatcher.DispatchRuntime.MessageInspectors.Add(new DurableMessageDispatchInspector(serviceEndPoint.Contract.SessionMode));