Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / Script / Services / ScriptServiceAttribute.cs / 1 / ScriptServiceAttribute.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Script.Services {
using System;
using System.Security.Permissions;
using System.Web;
[
AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal),
AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)
]
public sealed class ScriptServiceAttribute : Attribute {
public ScriptServiceAttribute() {
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Script.Services {
using System;
using System.Security.Permissions;
using System.Web;
[
AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal),
AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)
]
public sealed class ScriptServiceAttribute : Attribute {
public ScriptServiceAttribute() {
}
}
}
// 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
- EntityChangedParams.cs
- AxWrapperGen.cs
- CheckBoxFlatAdapter.cs
- PlainXmlDeserializer.cs
- EllipseGeometry.cs
- GridViewUpdatedEventArgs.cs
- InstanceHandle.cs
- QuaternionAnimationUsingKeyFrames.cs
- DecimalConverter.cs
- HttpAsyncResult.cs
- DropDownButton.cs
- ContentElement.cs
- HashSet.cs
- DataListItem.cs
- RightsManagementProvider.cs
- EntityConnection.cs
- DependencyPropertyKind.cs
- ServiceProviders.cs
- SplayTreeNode.cs
- GZipStream.cs
- ReferenceList.cs
- DataTrigger.cs
- TemplateBindingExpressionConverter.cs
- DbConnectionFactory.cs
- FontUnit.cs
- RegexCode.cs
- KeyValuePairs.cs
- BaseTypeViewSchema.cs
- EdgeProfileValidation.cs
- TableHeaderCell.cs
- WebChannelFactory.cs
- SqlConnectionHelper.cs
- FixedPageProcessor.cs
- _SslStream.cs
- Interlocked.cs
- DataServiceStreamProviderWrapper.cs
- DifferencingCollection.cs
- ADRoleFactory.cs
- ThrowHelper.cs
- ConfigurationValidatorAttribute.cs
- MimeObjectFactory.cs
- SessionStateItemCollection.cs
- ServiceModelConfigurationSectionCollection.cs
- RoutedEventHandlerInfo.cs
- SafeNativeMethodsCLR.cs
- NamedPipeTransportSecurity.cs
- ImageSource.cs
- CodeRegionDirective.cs
- TagNameToTypeMapper.cs
- SyndicationSerializer.cs
- RsaKeyIdentifierClause.cs
- TextFormatter.cs
- SID.cs
- TrackingProfileDeserializationException.cs
- XmlLanguageConverter.cs
- _PooledStream.cs
- ChtmlFormAdapter.cs
- KeyInterop.cs
- SkewTransform.cs
- ExpressionEditorAttribute.cs
- ControlIdConverter.cs
- DocumentXmlWriter.cs
- validation.cs
- IOException.cs
- NamespaceCollection.cs
- RegistrySecurity.cs
- AppDomainShutdownMonitor.cs
- TreeViewItem.cs
- TabRenderer.cs
- WrappingXamlSchemaContext.cs
- SoapAttributes.cs
- _CommandStream.cs
- ImportCatalogPart.cs
- ISAPIRuntime.cs
- ActivityDesignerAccessibleObject.cs
- XmlPropertyBag.cs
- HtmlFormWrapper.cs
- SystemWebExtensionsSectionGroup.cs
- EntityExpressionVisitor.cs
- VisualStyleInformation.cs
- SafeHandle.cs
- CaseExpr.cs
- VirtualizedContainerService.cs
- XPathSelectionIterator.cs
- WebServicesSection.cs
- FileClassifier.cs
- ProviderBase.cs
- CapabilitiesRule.cs
- MemberAccessException.cs
- ScriptResourceHandler.cs
- PointHitTestResult.cs
- ClientProxyGenerator.cs
- FormViewPagerRow.cs
- Certificate.cs
- WeakHashtable.cs
- ExtensionSimplifierMarkupObject.cs
- SearchExpression.cs
- LingerOption.cs
- ResourceReferenceKeyNotFoundException.cs
- SafeFileHandle.cs