Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / HostElement.cs / 1 / HostElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System.Configuration; public sealed partial class HostElement : ConfigurationElement { public HostElement() : base() { } [ConfigurationProperty(ConfigurationStrings.BaseAddresses, Options = ConfigurationPropertyOptions.None)] public BaseAddressElementCollection BaseAddresses { get { return (BaseAddressElementCollection)base[ConfigurationStrings.BaseAddresses]; } } [ConfigurationProperty(ConfigurationStrings.Timeouts, Options = ConfigurationPropertyOptions.None)] public HostTimeoutsElement Timeouts { get { return (HostTimeoutsElement)base[ConfigurationStrings.Timeouts]; } } } } // 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
- unitconverter.cs
- UrlAuthorizationModule.cs
- RemoteWebConfigurationHostStream.cs
- XPathParser.cs
- CuspData.cs
- DataPointer.cs
- AsyncResult.cs
- SkinBuilder.cs
- CustomValidator.cs
- SqlCommandBuilder.cs
- ExpressionEvaluator.cs
- XPathEmptyIterator.cs
- ZipIOCentralDirectoryBlock.cs
- BufferedWebEventProvider.cs
- DataTableMapping.cs
- SafeHandles.cs
- StoragePropertyMapping.cs
- ApplicationDirectory.cs
- CodeTypeOfExpression.cs
- TextParentUndoUnit.cs
- XamlPathDataSerializer.cs
- SystemIPGlobalProperties.cs
- CorePropertiesFilter.cs
- ClusterRegistryConfigurationProvider.cs
- Models.cs
- WinInetCache.cs
- Point.cs
- ImageKeyConverter.cs
- TdsParserStateObject.cs
- HealthMonitoringSectionHelper.cs
- HandledMouseEvent.cs
- ArrayTypeMismatchException.cs
- PropertyMapper.cs
- UDPClient.cs
- RadialGradientBrush.cs
- ListViewCancelEventArgs.cs
- AmbientValueAttribute.cs
- ConsumerConnectionPoint.cs
- DataSourceCacheDurationConverter.cs
- FormViewInsertedEventArgs.cs
- ImageInfo.cs
- UnmanagedMemoryStreamWrapper.cs
- FigureParaClient.cs
- Math.cs
- UdpSocketReceiveManager.cs
- AutomationFocusChangedEventArgs.cs
- InheritanceAttribute.cs
- DbRetry.cs
- CodeDefaultValueExpression.cs
- ApplicationSettingsBase.cs
- GeometryModel3D.cs
- CryptoHandle.cs
- EntityRecordInfo.cs
- CompilerTypeWithParams.cs
- SweepDirectionValidation.cs
- IntSecurity.cs
- ClientOptions.cs
- SQLMembershipProvider.cs
- Section.cs
- LinqDataSourceDisposeEventArgs.cs
- ImageProxy.cs
- XsltInput.cs
- GCHandleCookieTable.cs
- WindowsSecurityTokenAuthenticator.cs
- ThousandthOfEmRealPoints.cs
- ListViewItemMouseHoverEvent.cs
- documentsequencetextview.cs
- OrCondition.cs
- ReadOnlyPropertyMetadata.cs
- ObfuscationAttribute.cs
- IsolatedStorageException.cs
- TrustExchangeException.cs
- QueryableDataSourceHelper.cs
- LambdaCompiler.ControlFlow.cs
- StreamAsIStream.cs
- TableProvider.cs
- ObjectHelper.cs
- CatalogPartCollection.cs
- EmptyControlCollection.cs
- WebScriptServiceHost.cs
- DeleteIndexBinder.cs
- BindValidationContext.cs
- XmlAutoDetectWriter.cs
- Italic.cs
- ValueSerializer.cs
- PlainXmlWriter.cs
- ListParagraph.cs
- EntityObject.cs
- DefaultCommandExtensionCallback.cs
- XPathDescendantIterator.cs
- MostlySingletonList.cs
- SqlInternalConnection.cs
- isolationinterop.cs
- ConnectionPointGlyph.cs
- BlockCollection.cs
- EntitySqlQueryCacheKey.cs
- TextEditorTables.cs
- CreateRefExpr.cs
- FrameworkTextComposition.cs
- OleDbSchemaGuid.cs