Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Administration / EndpointInfoCollection.cs / 1 / EndpointInfoCollection.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.ServiceModel.Administration
{
using System;
using System.ServiceModel.Description;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
internal sealed class EndpointInfoCollection : Collection
{
internal EndpointInfoCollection(ServiceEndpointCollection endpoints, string serviceName)
{
for (int i = 0; i < endpoints.Count; ++i)
{
base.Add(new EndpointInfo(endpoints[i], serviceName));
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ListItemCollection.cs
- Funcletizer.cs
- HttpHandlersSection.cs
- StreamUpgradeInitiator.cs
- SafeSecurityHandles.cs
- TypeConverter.cs
- ControlCollection.cs
- WorkflowApplication.cs
- InvalidFilterCriteriaException.cs
- hresults.cs
- SharedPerformanceCounter.cs
- SecurityContext.cs
- WorkerRequest.cs
- SimpleBitVector32.cs
- SqlDataSourceDesigner.cs
- WizardStepBase.cs
- Socket.cs
- FileNotFoundException.cs
- HashLookup.cs
- SessionStateContainer.cs
- ObjectQueryState.cs
- CustomCategoryAttribute.cs
- SByteStorage.cs
- DependencyPropertyValueSerializer.cs
- BlurBitmapEffect.cs
- Property.cs
- ClusterSafeNativeMethods.cs
- TypeReference.cs
- IconConverter.cs
- ProjectionPruner.cs
- TimeEnumHelper.cs
- AccessKeyManager.cs
- FixedNode.cs
- PrefixHandle.cs
- UnsignedPublishLicense.cs
- MachineSettingsSection.cs
- DriveNotFoundException.cs
- DesignTimeTemplateParser.cs
- AudioFileOut.cs
- AttributedMetaModel.cs
- StorageFunctionMapping.cs
- HelpKeywordAttribute.cs
- MessageUtil.cs
- DataReaderContainer.cs
- ActivityBuilderXamlWriter.cs
- HttpWriter.cs
- LinkedList.cs
- InvalidDataException.cs
- BaseValidator.cs
- SqlUserDefinedTypeAttribute.cs
- AnyAllSearchOperator.cs
- EdmValidator.cs
- FtpWebRequest.cs
- DataBindingHandlerAttribute.cs
- LoadGrammarCompletedEventArgs.cs
- UserPersonalizationStateInfo.cs
- DataRecord.cs
- QilGeneratorEnv.cs
- DefaultAsyncDataDispatcher.cs
- ExtendedProtectionPolicyElement.cs
- mediaclock.cs
- DrawingAttributes.cs
- SmiContext.cs
- SafeWaitHandle.cs
- Button.cs
- DataGridViewTextBoxCell.cs
- XmlHierarchicalEnumerable.cs
- DataBindingsDialog.cs
- EdmValidator.cs
- storepermissionattribute.cs
- ListBindableAttribute.cs
- OracleBFile.cs
- StatusBarPanelClickEvent.cs
- SchemaNamespaceManager.cs
- TransformCollection.cs
- EntityUtil.cs
- InvokeProviderWrapper.cs
- Int16.cs
- XmlNamespaceManager.cs
- DropShadowEffect.cs
- TypeUsageBuilder.cs
- BaseResourcesBuildProvider.cs
- Hex.cs
- GeometryModel3D.cs
- RecipientInfo.cs
- DbSetClause.cs
- figurelengthconverter.cs
- AssemblyFilter.cs
- DeviceSpecificChoice.cs
- WebControl.cs
- DataGridViewCellFormattingEventArgs.cs
- ConfigXmlElement.cs
- ProxyElement.cs
- LinqDataSourceDisposeEventArgs.cs
- AdCreatedEventArgs.cs
- PersonalizationProvider.cs
- StateMachine.cs
- _NegoState.cs
- EmbeddedObject.cs
- OdbcParameterCollection.cs