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
- ExpressionConverter.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- DecimalAverageAggregationOperator.cs
- InternalUserCancelledException.cs
- SAPICategories.cs
- DataGridHeaderBorder.cs
- CorrelationValidator.cs
- VolatileEnlistmentMultiplexing.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- OleAutBinder.cs
- LinqDataSourceStatusEventArgs.cs
- PenContexts.cs
- GridViewDesigner.cs
- XmlChildNodes.cs
- WorkflowWebService.cs
- TrustManagerPromptUI.cs
- Base64Encoder.cs
- RoutingSection.cs
- sortedlist.cs
- UnionExpr.cs
- VirtualPath.cs
- Clipboard.cs
- ACE.cs
- MouseGestureValueSerializer.cs
- HostProtectionException.cs
- SortFieldComparer.cs
- BaseResourcesBuildProvider.cs
- CaretElement.cs
- CheckBoxAutomationPeer.cs
- DataGridPagerStyle.cs
- TreeViewHitTestInfo.cs
- DataGridRowAutomationPeer.cs
- HttpClientCertificate.cs
- CanonicalXml.cs
- Root.cs
- PropertyIDSet.cs
- XmlAttributeOverrides.cs
- PackagingUtilities.cs
- XmlSchemaSimpleContentRestriction.cs
- DurableInstanceProvider.cs
- AutomationProperty.cs
- XmlExceptionHelper.cs
- ByteViewer.cs
- ChangeProcessor.cs
- ChameleonKey.cs
- TagPrefixInfo.cs
- RequestCachingSection.cs
- PointConverter.cs
- SmiEventSink.cs
- PLINQETWProvider.cs
- sapiproxy.cs
- BuildProvidersCompiler.cs
- ContainsRowNumberChecker.cs
- PointCollectionConverter.cs
- XsltLibrary.cs
- CodeMemberProperty.cs
- CodeAttributeDeclarationCollection.cs
- Size3DConverter.cs
- ConfigurationStrings.cs
- LongSumAggregationOperator.cs
- NotConverter.cs
- PrintDialog.cs
- ObjectView.cs
- DataGridViewRowsAddedEventArgs.cs
- IMembershipProvider.cs
- CompilerState.cs
- VariableQuery.cs
- DragEventArgs.cs
- securitycriticaldataformultiplegetandset.cs
- DataSourceGroupCollection.cs
- ReadOnlyHierarchicalDataSourceView.cs
- SamlAuthorizationDecisionClaimResource.cs
- GroupByQueryOperator.cs
- BuildResultCache.cs
- XmlQualifiedNameTest.cs
- TraceHandlerErrorFormatter.cs
- SqlClientPermission.cs
- Util.cs
- CodeGotoStatement.cs
- AddInEnvironment.cs
- ComponentChangingEvent.cs
- PersistenceMetadataNamespace.cs
- xmlsaver.cs
- MultilineStringConverter.cs
- TaskExceptionHolder.cs
- printdlgexmarshaler.cs
- CancellableEnumerable.cs
- GlobalizationAssembly.cs
- SafeHandles.cs
- LoadWorkflowByInstanceKeyCommand.cs
- FrameSecurityDescriptor.cs
- FrameworkElement.cs
- CodeValidator.cs
- SiteMapPath.cs
- ObjectDataSourceMethodEventArgs.cs
- SqlEnums.cs
- DbBuffer.cs
- EtwTrace.cs
- XmlSchemaSimpleContentExtension.cs
- QilTypeChecker.cs