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
- ColorKeyFrameCollection.cs
- DynamicResourceExtension.cs
- Serializer.cs
- InvalidOleVariantTypeException.cs
- FormDocumentDesigner.cs
- ResourcesChangeInfo.cs
- indexingfiltermarshaler.cs
- SafeLocalMemHandle.cs
- DataSourceListEditor.cs
- SafeFileHandle.cs
- DataGridViewCellFormattingEventArgs.cs
- StringFunctions.cs
- SecurityState.cs
- SizeKeyFrameCollection.cs
- XNodeValidator.cs
- InputBindingCollection.cs
- Resources.Designer.cs
- XamlStyleSerializer.cs
- PathParser.cs
- ClientData.cs
- TaskResultSetter.cs
- SqlRecordBuffer.cs
- ErrorTableItemStyle.cs
- PageAdapter.cs
- QueryIntervalOp.cs
- DesignerImageAdapter.cs
- GroupItemAutomationPeer.cs
- PreProcessor.cs
- PerformanceCounterLib.cs
- HtmlWindow.cs
- CommandManager.cs
- InvalidOleVariantTypeException.cs
- EventEntry.cs
- HTTPNotFoundHandler.cs
- SystemFonts.cs
- EventArgs.cs
- WebBaseEventKeyComparer.cs
- DataGridViewRowConverter.cs
- AuthorizationRuleCollection.cs
- XmlNode.cs
- InputManager.cs
- OutputCacheModule.cs
- QilParameter.cs
- ToolbarAUtomationPeer.cs
- HttpHostedTransportConfiguration.cs
- XmlQueryCardinality.cs
- XmlSchemaParticle.cs
- OutputCacheSettingsSection.cs
- RootBrowserWindowAutomationPeer.cs
- PanelContainerDesigner.cs
- _SSPISessionCache.cs
- ToolStripPanelCell.cs
- BinaryNode.cs
- InstanceDescriptor.cs
- SimpleHandlerBuildProvider.cs
- NullToBooleanConverter.cs
- OverflowException.cs
- ScrollContentPresenter.cs
- PathParser.cs
- IdentifierCollection.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- Brush.cs
- GeometryDrawing.cs
- SerializableAttribute.cs
- RichTextBox.cs
- DurableInstanceContextProvider.cs
- CookielessHelper.cs
- _CommandStream.cs
- XmlDocumentFragment.cs
- IdentitySection.cs
- HandleCollector.cs
- XmlWhitespace.cs
- TemplatedAdorner.cs
- AutomationProperty.cs
- FlatButtonAppearance.cs
- ConfigXmlSignificantWhitespace.cs
- VarRemapper.cs
- ListViewItemMouseHoverEvent.cs
- XmlSchemaSimpleTypeRestriction.cs
- TaskForm.cs
- CommonProperties.cs
- FrugalMap.cs
- XmlILConstructAnalyzer.cs
- ImportContext.cs
- StateMachine.cs
- DescendantBaseQuery.cs
- ExpressionBuilder.cs
- AspNetSynchronizationContext.cs
- LabelDesigner.cs
- ObjectSpanRewriter.cs
- EntityClientCacheKey.cs
- MulticastIPAddressInformationCollection.cs
- SafeSystemMetrics.cs
- MembershipSection.cs
- EmptyEnumerable.cs
- TraceSection.cs
- DataConnectionHelper.cs
- SiteMapNodeItemEventArgs.cs
- ReflectionServiceProvider.cs
- Parser.cs