Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / Configuration / MailSettingsSection.cs / 1305376 / MailSettingsSection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.Configuration { using System.Configuration; using System.Collections.Generic; using System.Globalization; using System.IO; public sealed class MailSettingsSectionGroup : ConfigurationSectionGroup { public MailSettingsSectionGroup() { } public SmtpSection Smtp { get { return (SmtpSection)Sections["smtp"]; } } } internal sealed class MailSettingsSectionGroupInternal { internal MailSettingsSectionGroupInternal() { this.smtp = SmtpSectionInternal.GetSection(); } internal SmtpSectionInternal Smtp { get { return this.smtp; } } static internal MailSettingsSectionGroupInternal GetSection() { return new MailSettingsSectionGroupInternal(); } SmtpSectionInternal smtp = null; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.Configuration { using System.Configuration; using System.Collections.Generic; using System.Globalization; using System.IO; public sealed class MailSettingsSectionGroup : ConfigurationSectionGroup { public MailSettingsSectionGroup() { } public SmtpSection Smtp { get { return (SmtpSection)Sections["smtp"]; } } } internal sealed class MailSettingsSectionGroupInternal { internal MailSettingsSectionGroupInternal() { this.smtp = SmtpSectionInternal.GetSection(); } internal SmtpSectionInternal Smtp { get { return this.smtp; } } static internal MailSettingsSectionGroupInternal GetSection() { return new MailSettingsSectionGroupInternal(); } SmtpSectionInternal smtp = null; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FileSystemWatcher.cs
- Unit.cs
- EncodingNLS.cs
- XPathAncestorIterator.cs
- PointLightBase.cs
- Calendar.cs
- EventLogEntry.cs
- ExpressionBuilder.cs
- Membership.cs
- XmlSchemaSimpleContentRestriction.cs
- ProjectedSlot.cs
- ExpandCollapseProviderWrapper.cs
- FloatSumAggregationOperator.cs
- AutomationPropertyInfo.cs
- ColorTransform.cs
- StringAnimationBase.cs
- PropertyInfoSet.cs
- HandlerFactoryWrapper.cs
- CommandHelper.cs
- TimeStampChecker.cs
- XmlDownloadManager.cs
- IProvider.cs
- SchemaNamespaceManager.cs
- SmiContextFactory.cs
- TriggerActionCollection.cs
- WeakReference.cs
- RegistryKey.cs
- CodeTypeReferenceCollection.cs
- ProxyManager.cs
- FixedSOMElement.cs
- SystemIPv6InterfaceProperties.cs
- LoggedException.cs
- DynamicMethod.cs
- DrawingGroupDrawingContext.cs
- InertiaExpansionBehavior.cs
- SqlConnectionPoolProviderInfo.cs
- WindowsListView.cs
- IndexerNameAttribute.cs
- XmlSchemaRedefine.cs
- ChangePassword.cs
- SHA1Managed.cs
- CharUnicodeInfo.cs
- ElementProxy.cs
- CompilerGeneratedAttribute.cs
- TypeContext.cs
- ReferentialConstraint.cs
- MessageQueueException.cs
- OdbcDataReader.cs
- selecteditemcollection.cs
- BindValidationContext.cs
- FixedBufferAttribute.cs
- NativeMethods.cs
- AsnEncodedData.cs
- ZeroOpNode.cs
- TextOutput.cs
- LayoutSettings.cs
- StaticExtension.cs
- storepermission.cs
- safex509handles.cs
- HtmlControlDesigner.cs
- CountdownEvent.cs
- DSACryptoServiceProvider.cs
- GeneralTransform3DGroup.cs
- Compilation.cs
- CultureTableRecord.cs
- XhtmlBasicFormAdapter.cs
- WaitHandle.cs
- MatrixTransform.cs
- ServiceNameElementCollection.cs
- ReferentialConstraint.cs
- ObjectConverter.cs
- MarshalByValueComponent.cs
- columnmapfactory.cs
- Module.cs
- ButtonChrome.cs
- AudioFormatConverter.cs
- RemotingSurrogateSelector.cs
- CompiledRegexRunnerFactory.cs
- DbMetaDataCollectionNames.cs
- EntityDataSourceColumn.cs
- CachedFontFace.cs
- DeflateStream.cs
- ContractValidationHelper.cs
- DataSourceCacheDurationConverter.cs
- HttpListener.cs
- WebBrowserProgressChangedEventHandler.cs
- ITextView.cs
- PointCollection.cs
- _SecureChannel.cs
- SessionPageStateSection.cs
- SettingsAttributes.cs
- DbConnectionInternal.cs
- RepeaterDataBoundAdapter.cs
- NumericExpr.cs
- DbLambda.cs
- BamlTreeNode.cs
- CasesDictionary.cs
- GetWorkflowTree.cs
- WindowVisualStateTracker.cs
- VirtualStackFrame.cs