Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Activation / Configuration / ServiceModelActivationSectionGroup.cs / 1 / ServiceModelActivationSectionGroup.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Activation.Configuration { using System; using System.Configuration; public sealed class ServiceModelActivationSectionGroup : ConfigurationSectionGroup { public DiagnosticSection Diagnostics { get { return (DiagnosticSection)this.Sections[ConfigurationStrings.DiagnosticSectionName]; } } static public ServiceModelActivationSectionGroup GetSectionGroup(Configuration config) { if (config == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("config"); } #pragma warning suppress 56506 // [....], Configuration.SectionGroups cannot be null return (ServiceModelActivationSectionGroup)config.SectionGroups[ConfigurationStrings.SectionGroupName]; } public NetPipeSection NetPipe { get { return (NetPipeSection)this.Sections[ConfigurationStrings.NetPipeSectionName]; } } public NetTcpSection NetTcp { get { return (NetTcpSection)this.Sections[ConfigurationStrings.NetTcpSectionName]; } } } } // 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
- CryptoStream.cs
- DecimalFormatter.cs
- SignerInfo.cs
- DynamicDataResources.Designer.cs
- DataGridViewCellMouseEventArgs.cs
- TextRangeAdaptor.cs
- FormViewUpdateEventArgs.cs
- BufferedStream.cs
- MetaTable.cs
- XamlPoint3DCollectionSerializer.cs
- CallbackDebugElement.cs
- ApplicationId.cs
- RuleEngine.cs
- MemoryPressure.cs
- CompiledRegexRunnerFactory.cs
- MethodImplAttribute.cs
- TreeWalker.cs
- TreeNodeCollection.cs
- Timer.cs
- UncommonField.cs
- DoubleLink.cs
- DataRecordInfo.cs
- WebZone.cs
- FloatSumAggregationOperator.cs
- TypedTableBase.cs
- DeploymentSectionCache.cs
- RangeBase.cs
- CacheMemory.cs
- MediaElement.cs
- FixedPageProcessor.cs
- ContextMarshalException.cs
- LingerOption.cs
- X509Extension.cs
- GenericEnumerator.cs
- CustomLineCap.cs
- WebPartHeaderCloseVerb.cs
- WebPartVerbsEventArgs.cs
- SafePointer.cs
- ImageCodecInfoPrivate.cs
- Quad.cs
- DataGridViewCellCancelEventArgs.cs
- IPEndPoint.cs
- ProfileBuildProvider.cs
- SchemaTableOptionalColumn.cs
- NumericExpr.cs
- GridViewDeletedEventArgs.cs
- ProcessHostMapPath.cs
- DesignerActionMethodItem.cs
- XmlSchemaAnnotation.cs
- _ShellExpression.cs
- ObfuscationAttribute.cs
- IssuedTokenClientCredential.cs
- WinEventHandler.cs
- DataGridViewRowCancelEventArgs.cs
- RenamedEventArgs.cs
- VariantWrapper.cs
- namescope.cs
- UIElementAutomationPeer.cs
- SamlAttributeStatement.cs
- XmlUtilWriter.cs
- DataControlPagerLinkButton.cs
- _CacheStreams.cs
- SupportsEventValidationAttribute.cs
- MouseEventArgs.cs
- StrokeFIndices.cs
- DrawListViewSubItemEventArgs.cs
- Msec.cs
- TabControl.cs
- SamlSerializer.cs
- DocumentSequence.cs
- TimerEventSubscription.cs
- Region.cs
- LinearGradientBrush.cs
- PathGradientBrush.cs
- ResourceReferenceExpression.cs
- ExceptionHandlers.cs
- CodeSnippetTypeMember.cs
- AdornerDecorator.cs
- WindowsImpersonationContext.cs
- SecurityResources.cs
- CultureInfoConverter.cs
- ConvertersCollection.cs
- RadioButtonStandardAdapter.cs
- HtmlWindow.cs
- GeneralTransformGroup.cs
- RoleManagerEventArgs.cs
- ProjectionRewriter.cs
- RadioButton.cs
- ToolStripRenderEventArgs.cs
- LifetimeMonitor.cs
- CodeTypeReferenceCollection.cs
- PanelDesigner.cs
- CuspData.cs
- MenuItem.cs
- AppDomainFactory.cs
- ScrollContentPresenter.cs
- _ListenerAsyncResult.cs
- ReceiveActivityValidator.cs
- LinkUtilities.cs
- ApplicationSettingsBase.cs