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
- JsonObjectDataContract.cs
- StrokeNode.cs
- XMLSchema.cs
- HtmlSelectionListAdapter.cs
- XmlWellformedWriter.cs
- DecimalAnimation.cs
- DataGridItemAutomationPeer.cs
- RequestBringIntoViewEventArgs.cs
- VerificationException.cs
- SwitchDesigner.xaml.cs
- DynamicMethod.cs
- MachineKeyConverter.cs
- PaintEvent.cs
- FrameworkContentElementAutomationPeer.cs
- Operand.cs
- PropertyAccessVisitor.cs
- DbTransaction.cs
- ScriptReference.cs
- ClientSettingsSection.cs
- OdbcTransaction.cs
- CompositeActivityTypeDescriptorProvider.cs
- TraceUtils.cs
- TypeContext.cs
- SystemUdpStatistics.cs
- DataTransferEventArgs.cs
- AmbiguousMatchException.cs
- WebPartActionVerb.cs
- DelegateSerializationHolder.cs
- DriveNotFoundException.cs
- ComponentChangingEvent.cs
- Helper.cs
- Quaternion.cs
- TabRenderer.cs
- RuntimeArgumentHandle.cs
- hebrewshape.cs
- GeometryDrawing.cs
- CommandID.cs
- CharacterBufferReference.cs
- TextSpan.cs
- SvcFileManager.cs
- DataSourceCacheDurationConverter.cs
- ValueType.cs
- Rect.cs
- ScriptModule.cs
- LayoutTableCell.cs
- CurrentChangedEventManager.cs
- URI.cs
- TypeSource.cs
- OdbcInfoMessageEvent.cs
- TdsParserStaticMethods.cs
- GridViewDesigner.cs
- ClientSettingsStore.cs
- FixedBufferAttribute.cs
- MachineKeyConverter.cs
- NavigationWindowAutomationPeer.cs
- RelationshipEndCollection.cs
- StoreAnnotationsMap.cs
- XPathDocumentNavigator.cs
- PageVisual.cs
- RadioButtonList.cs
- DispatchWrapper.cs
- LicFileLicenseProvider.cs
- PhoneCall.cs
- DataControlImageButton.cs
- SmiSettersStream.cs
- FieldMetadata.cs
- CreateRefExpr.cs
- Activity.cs
- DiscardableAttribute.cs
- FacetValues.cs
- IChannel.cs
- SetStateDesigner.cs
- SystemUnicastIPAddressInformation.cs
- WebPartDescription.cs
- QuestionEventArgs.cs
- PageThemeCodeDomTreeGenerator.cs
- FolderBrowserDialogDesigner.cs
- WorkflowPageSetupDialog.cs
- OleDbConnection.cs
- SecurityAccessDeniedException.cs
- Dump.cs
- MobileControlPersister.cs
- WindowsListViewScroll.cs
- Typography.cs
- ColorContextHelper.cs
- OracleConnectionString.cs
- Propagator.cs
- XpsFont.cs
- DataGridViewComboBoxEditingControl.cs
- BitVector32.cs
- SingleQueryOperator.cs
- EntityWithKeyStrategy.cs
- BoundField.cs
- BrowserCapabilitiesFactoryBase.cs
- ThicknessConverter.cs
- ProjectionPruner.cs
- DataRelationPropertyDescriptor.cs
- RawAppCommandInputReport.cs
- MultipartContentParser.cs
- Tuple.cs