Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / xsp / System / Web / Extensions / Configuration / ScriptingWebServicesSectionGroup.cs / 1 / ScriptingWebServicesSectionGroup.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Configuration; using System.Security.Permissions; using System.Web; [AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] public sealed class ScriptingWebServicesSectionGroup : ConfigurationSectionGroup { [ConfigurationProperty("jsonSerialization")] #pragma warning disable 0436 public ScriptingJsonSerializationSection JsonSerialization { get { return (ScriptingJsonSerializationSection)Sections["jsonSerialization"]; } } #pragma warning restore 0436 [ConfigurationProperty("profileService")] #pragma warning disable 0436 public ScriptingProfileServiceSection ProfileService { get { return (ScriptingProfileServiceSection)Sections["profileService"]; } } #pragma warning restore 0436 [ConfigurationProperty("authenticationService")] public ScriptingAuthenticationServiceSection AuthenticationService { get { return (ScriptingAuthenticationServiceSection)Sections["authenticationService"]; } } [ConfigurationProperty("roleService")] public ScriptingRoleServiceSection RoleService { get { return (ScriptingRoleServiceSection)Sections["roleService"]; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Configuration; using System.Security.Permissions; using System.Web; [AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] public sealed class ScriptingWebServicesSectionGroup : ConfigurationSectionGroup { [ConfigurationProperty("jsonSerialization")] #pragma warning disable 0436 public ScriptingJsonSerializationSection JsonSerialization { get { return (ScriptingJsonSerializationSection)Sections["jsonSerialization"]; } } #pragma warning restore 0436 [ConfigurationProperty("profileService")] #pragma warning disable 0436 public ScriptingProfileServiceSection ProfileService { get { return (ScriptingProfileServiceSection)Sections["profileService"]; } } #pragma warning restore 0436 [ConfigurationProperty("authenticationService")] public ScriptingAuthenticationServiceSection AuthenticationService { get { return (ScriptingAuthenticationServiceSection)Sections["authenticationService"]; } } [ConfigurationProperty("roleService")] public ScriptingRoleServiceSection RoleService { get { return (ScriptingRoleServiceSection)Sections["roleService"]; } } } } // 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
- TypeSystem.cs
- DocumentDesigner.cs
- ProtectedProviderSettings.cs
- DataGridViewCellMouseEventArgs.cs
- MemberProjectionIndex.cs
- DataGridColumnEventArgs.cs
- FileFormatException.cs
- TemplatePartAttribute.cs
- CodeCatchClauseCollection.cs
- ProvideValueServiceProvider.cs
- UrlAuthorizationModule.cs
- XsltFunctions.cs
- TaskFileService.cs
- MetadataCache.cs
- Console.cs
- DependencyProperty.cs
- IdentityReference.cs
- LookupNode.cs
- ListViewItem.cs
- TextServicesPropertyRanges.cs
- Opcode.cs
- SpeakProgressEventArgs.cs
- SwitchExpression.cs
- XmlDictionaryReader.cs
- Dump.cs
- HtmlHead.cs
- IndexerReference.cs
- GcHandle.cs
- VolatileEnlistmentState.cs
- CollaborationHelperFunctions.cs
- TrackingDataItem.cs
- Assembly.cs
- ConfigDefinitionUpdates.cs
- ChannelAcceptor.cs
- ConfigurationSettings.cs
- TextElementCollection.cs
- MaskedTextBoxDesignerActionList.cs
- SqlStream.cs
- MultiBindingExpression.cs
- Decoder.cs
- SocketCache.cs
- ContentAlignmentEditor.cs
- SqlVersion.cs
- CaseStatement.cs
- IntegerCollectionEditor.cs
- WCFServiceClientProxyGenerator.cs
- InheritedPropertyDescriptor.cs
- DataServiceCollectionOfT.cs
- TextDpi.cs
- TabletDevice.cs
- ListBindableAttribute.cs
- ViewStateModeByIdAttribute.cs
- NativeWindow.cs
- ColumnClickEvent.cs
- EntityConnectionStringBuilderItem.cs
- MsmqReceiveHelper.cs
- OdbcParameter.cs
- ReadOnlyPropertyMetadata.cs
- PageAdapter.cs
- HashMembershipCondition.cs
- PackagePart.cs
- BinaryNode.cs
- SerializerWriterEventHandlers.cs
- XmlImplementation.cs
- DescendantBaseQuery.cs
- DictionarySectionHandler.cs
- ObjectSpanRewriter.cs
- ResourceSetExpression.cs
- CompiledXpathExpr.cs
- GacUtil.cs
- TextTreeTextElementNode.cs
- TableParagraph.cs
- XmlWrappingReader.cs
- FormClosingEvent.cs
- TextEffectResolver.cs
- ISFTagAndGuidCache.cs
- StaticFileHandler.cs
- ISAPIRuntime.cs
- XmlRawWriter.cs
- SafeEventLogWriteHandle.cs
- WebBrowser.cs
- FilteredXmlReader.cs
- NativeObjectSecurity.cs
- AsyncWaitHandle.cs
- ClientScriptManager.cs
- RegexCode.cs
- PlainXmlSerializer.cs
- PolyLineSegment.cs
- GifBitmapDecoder.cs
- WriteFileContext.cs
- EmbeddedObject.cs
- EventWaitHandleSecurity.cs
- HttpRuntimeSection.cs
- XmlSerializationGeneratedCode.cs
- PreProcessInputEventArgs.cs
- _Rfc2616CacheValidators.cs
- EditorAttributeInfo.cs
- ScalarType.cs
- ControlTemplate.cs
- InheritablePropertyChangeInfo.cs