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
- SqlClientWrapperSmiStreamChars.cs
- ProcessRequestArgs.cs
- CompareInfo.cs
- tibetanshape.cs
- SqlUDTStorage.cs
- TableLayoutStyle.cs
- XPathScanner.cs
- ColorInterpolationModeValidation.cs
- BaseCodeDomTreeGenerator.cs
- XmlQueryRuntime.cs
- OracleDataReader.cs
- RoutingExtension.cs
- SQLBoolean.cs
- BufferedStream.cs
- CompiledXpathExpr.cs
- ControlUtil.cs
- WebPart.cs
- VerifyHashRequest.cs
- MethodRental.cs
- FilteredXmlReader.cs
- Dump.cs
- ApplicationSecurityManager.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- ListViewItem.cs
- FixedSOMTableCell.cs
- StringToken.cs
- SecureEnvironment.cs
- HybridObjectCache.cs
- DesignerPerfEventProvider.cs
- _TLSstream.cs
- Expression.cs
- PackagePartCollection.cs
- InputScopeConverter.cs
- SqlBuffer.cs
- MexTcpBindingElement.cs
- D3DImage.cs
- SpecularMaterial.cs
- DataControlCommands.cs
- CalendarKeyboardHelper.cs
- ErrorHandler.cs
- RemotingConfigParser.cs
- DeclaredTypeValidatorAttribute.cs
- __ComObject.cs
- MarkupCompilePass2.cs
- ProtocolElement.cs
- SystemFonts.cs
- Storyboard.cs
- SubclassTypeValidator.cs
- diagnosticsswitches.cs
- WebPartDisplayMode.cs
- MetabaseServerConfig.cs
- FileVersion.cs
- unitconverter.cs
- Permission.cs
- XamlPathDataSerializer.cs
- MonikerHelper.cs
- DBSchemaRow.cs
- DataGridGeneralPage.cs
- TimeSpanValidatorAttribute.cs
- DebugView.cs
- Accessible.cs
- CommonProperties.cs
- DeferredReference.cs
- WindowsMenu.cs
- Attributes.cs
- __Filters.cs
- CharEnumerator.cs
- FrameworkTextComposition.cs
- OptimalBreakSession.cs
- Transform3DGroup.cs
- DataSourceIDConverter.cs
- XmlCharCheckingWriter.cs
- CachedRequestParams.cs
- Dynamic.cs
- SystemTcpStatistics.cs
- DictionarySectionHandler.cs
- PropertyDescriptorGridEntry.cs
- Brush.cs
- CommonObjectSecurity.cs
- ProtocolsSection.cs
- FilterQueryOptionExpression.cs
- ResourceSetExpression.cs
- GeneratedView.cs
- ExtensibleClassFactory.cs
- XPathEmptyIterator.cs
- DataList.cs
- XmlSchemaSimpleTypeRestriction.cs
- StartFileNameEditor.cs
- SchemaElementDecl.cs
- WebOperationContext.cs
- PostBackOptions.cs
- ControlBindingsCollection.cs
- AppSecurityManager.cs
- OpenTypeCommon.cs
- Compiler.cs
- XmlSchemaSubstitutionGroup.cs
- StorageAssociationTypeMapping.cs
- WorkflowInstanceExtensionManager.cs
- LayoutTable.cs
- ClientSettingsSection.cs