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
- UnsafeNativeMethods.cs
- TraceUtility.cs
- Metafile.cs
- FrameworkContentElement.cs
- DataGridViewCheckBoxCell.cs
- HtmlAnchor.cs
- InProcStateClientManager.cs
- TdsValueSetter.cs
- EqualityComparer.cs
- Oid.cs
- StyleXamlTreeBuilder.cs
- OutputCacheModule.cs
- EventLogger.cs
- DBConnectionString.cs
- SafeFileHandle.cs
- TransactionalPackage.cs
- PublishLicense.cs
- MeshGeometry3D.cs
- XmlSchemaInferenceException.cs
- ExceptionHelpers.cs
- Part.cs
- PageCanvasSize.cs
- DllHostedComPlusServiceHost.cs
- MultiAsyncResult.cs
- InertiaRotationBehavior.cs
- HostExecutionContextManager.cs
- DesigntimeLicenseContext.cs
- DataBoundControlHelper.cs
- SetUserPreferenceRequest.cs
- ContentPlaceHolder.cs
- LoginCancelEventArgs.cs
- DriveInfo.cs
- BamlBinaryReader.cs
- IgnoreFileBuildProvider.cs
- MenuItemCollection.cs
- StateRuntime.cs
- OrthographicCamera.cs
- OleDbMetaDataFactory.cs
- ContentHostHelper.cs
- NamespaceList.cs
- CommonDialog.cs
- DependencyPropertyChangedEventArgs.cs
- GroupStyle.cs
- HuffmanTree.cs
- PropertyGridView.cs
- TreeViewItemAutomationPeer.cs
- SamlConstants.cs
- QilTypeChecker.cs
- DataList.cs
- DataGridViewSortCompareEventArgs.cs
- _Connection.cs
- ListViewHitTestInfo.cs
- DomNameTable.cs
- printdlgexmarshaler.cs
- ToolStripDropTargetManager.cs
- XsltFunctions.cs
- QueuedDeliveryRequirementsMode.cs
- NominalTypeEliminator.cs
- ReadOnlyCollection.cs
- ContainerParagraph.cs
- ImageUrlEditor.cs
- CompilationUnit.cs
- SafeNativeMemoryHandle.cs
- ItemPager.cs
- RegexWriter.cs
- XmlMemberMapping.cs
- CharAnimationUsingKeyFrames.cs
- SafeFindHandle.cs
- WCFModelStrings.Designer.cs
- SecurityContext.cs
- pingexception.cs
- GCHandleCookieTable.cs
- Util.cs
- Point3DCollection.cs
- ApplicationContext.cs
- PLINQETWProvider.cs
- WebPartAddingEventArgs.cs
- TableProviderWrapper.cs
- WebAdminConfigurationHelper.cs
- AppearanceEditorPart.cs
- PrivilegeNotHeldException.cs
- SoundPlayer.cs
- DataReceivedEventArgs.cs
- EntityDataSourceViewSchema.cs
- SqlDataSource.cs
- AssemblyInfo.cs
- DropSource.cs
- ScrollBar.cs
- NameValueConfigurationCollection.cs
- InternalDuplexChannelFactory.cs
- _emptywebproxy.cs
- LambdaCompiler.Address.cs
- SafeThemeHandle.cs
- VideoDrawing.cs
- XPathMessageContext.cs
- PagedDataSource.cs
- Slider.cs
- LocalBuilder.cs
- RSACryptoServiceProvider.cs
- UrlParameterWriter.cs