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
- UnsafeCollabNativeMethods.cs
- WebEncodingValidator.cs
- StringValidatorAttribute.cs
- XpsViewerException.cs
- CacheOutputQuery.cs
- ClockController.cs
- AlignmentYValidation.cs
- Inline.cs
- RsaEndpointIdentity.cs
- BufferedReadStream.cs
- UnsettableComboBox.cs
- Grammar.cs
- ServerValidateEventArgs.cs
- SqlRetyper.cs
- TriState.cs
- QuaternionIndependentAnimationStorage.cs
- RuntimeIdentifierPropertyAttribute.cs
- LazyTextWriterCreator.cs
- DataGridViewCell.cs
- ListViewItem.cs
- GradientBrush.cs
- ExtenderProvidedPropertyAttribute.cs
- FunctionQuery.cs
- IsolatedStorage.cs
- ParallelForEach.cs
- ResourceWriter.cs
- DesignRelation.cs
- SHA512.cs
- MachineKeySection.cs
- ClockGroup.cs
- Type.cs
- CodeGen.cs
- DynamicRenderer.cs
- XD.cs
- QilUnary.cs
- Helpers.cs
- GeometryModel3D.cs
- FaultDesigner.cs
- LoadWorkflowByInstanceKeyCommand.cs
- Misc.cs
- HyperLinkDataBindingHandler.cs
- ApplicationFileParser.cs
- CardSpacePolicyElement.cs
- StorageFunctionMapping.cs
- DocumentViewerBaseAutomationPeer.cs
- ZipIOLocalFileBlock.cs
- SspiNegotiationTokenAuthenticatorState.cs
- QuaternionConverter.cs
- PropertyChangedEventManager.cs
- TextBreakpoint.cs
- PartialCachingAttribute.cs
- DispatcherHooks.cs
- IsolatedStoragePermission.cs
- StateBag.cs
- Stroke.cs
- TextServicesCompartmentContext.cs
- DesignerSerializationOptionsAttribute.cs
- ListViewCommandEventArgs.cs
- PhysicalAddress.cs
- ApplicationCommands.cs
- MD5.cs
- IgnoreFileBuildProvider.cs
- GridLengthConverter.cs
- HeaderedContentControl.cs
- XmlHierarchyData.cs
- LayoutUtils.cs
- SegmentInfo.cs
- TableAdapterManagerNameHandler.cs
- DashStyle.cs
- ToolboxDataAttribute.cs
- Nullable.cs
- FtpCachePolicyElement.cs
- LayoutUtils.cs
- DataShape.cs
- XPathCompileException.cs
- AnnotationDocumentPaginator.cs
- InvalidPrinterException.cs
- XmlSchemaRedefine.cs
- DBAsyncResult.cs
- InsufficientMemoryException.cs
- mediaclock.cs
- SpeakCompletedEventArgs.cs
- ExtendedPropertyInfo.cs
- TypeSemantics.cs
- Scene3D.cs
- UICuesEvent.cs
- ZeroOpNode.cs
- XmlEntityReference.cs
- SvcMapFileLoader.cs
- AssemblyCollection.cs
- QilTernary.cs
- StandardBindingOptionalReliableSessionElement.cs
- CriticalFinalizerObject.cs
- BufferedOutputStream.cs
- BooleanExpr.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- XmlCharacterData.cs
- MetadataItem.cs
- InsufficientMemoryException.cs
- DataObjectMethodAttribute.cs