Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / ServiceModel / Configuration / WebScriptEnablingElement.cs / 1305376 / WebScriptEnablingElement.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.ServiceModel.Configuration
{
using System.ServiceModel.Description;
public sealed partial class WebScriptEnablingElement : BehaviorExtensionElement
{
public WebScriptEnablingElement()
{
}
[System.Diagnostics.CodeAnalysis.SuppressMessage("Configuration", "Configuration102:ConfigurationPropertyAttributeRule", MessageId = "System.ServiceModel.Configuration.WebScriptEnablingElement.BehaviorType",
Justification = "Not a configurable property; a property that had to be overridden from abstract parent class")]
public override Type BehaviorType
{
get { return typeof(WebScriptEnablingBehavior); }
}
internal protected override object CreateBehavior()
{
return new WebScriptEnablingBehavior();
}
}
}
// 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
- BinaryUtilClasses.cs
- WebPartVerbsEventArgs.cs
- TableCellCollection.cs
- _HeaderInfo.cs
- LockedHandleGlyph.cs
- safex509handles.cs
- Matrix.cs
- ResourceExpression.cs
- PathData.cs
- EventEntry.cs
- BoundPropertyEntry.cs
- jithelpers.cs
- NegationPusher.cs
- JournalNavigationScope.cs
- JapaneseLunisolarCalendar.cs
- GlyphInfoList.cs
- RuntimeResourceSet.cs
- DataTable.cs
- CompositeDataBoundControl.cs
- BitFlagsGenerator.cs
- HostVisual.cs
- ManagementObjectSearcher.cs
- X509Utils.cs
- PageSettings.cs
- RegexCode.cs
- ClientRuntimeConfig.cs
- CancellationHandlerDesigner.cs
- DataGridCellItemAutomationPeer.cs
- RuntimeComponentFilter.cs
- MatrixTransform3D.cs
- PaperSize.cs
- CommandConverter.cs
- BatchWriter.cs
- StructuredTypeInfo.cs
- connectionpool.cs
- PeerNodeTraceRecord.cs
- LocalBuilder.cs
- BitmapCodecInfoInternal.cs
- WpfSharedXamlSchemaContext.cs
- ConfigurationValidatorBase.cs
- WebPartCollection.cs
- SupportingTokenAuthenticatorSpecification.cs
- DoubleUtil.cs
- MatrixStack.cs
- CommonObjectSecurity.cs
- ScriptReference.cs
- SHA256Managed.cs
- CodeTryCatchFinallyStatement.cs
- TextServicesHost.cs
- DriveInfo.cs
- TextEditorCharacters.cs
- ToolStripItemCollection.cs
- CodeTypeParameter.cs
- DropShadowBitmapEffect.cs
- SQLBytes.cs
- Lookup.cs
- DoubleLinkListEnumerator.cs
- GlyphsSerializer.cs
- altserialization.cs
- TdsParserSafeHandles.cs
- NamedPipeTransportBindingElement.cs
- ObjectDataSourceFilteringEventArgs.cs
- QuaternionAnimation.cs
- BoolExpression.cs
- PrintPreviewDialog.cs
- UInt32.cs
- SaveFileDialog.cs
- DataGridViewTextBoxCell.cs
- HostProtectionException.cs
- XmlILStorageConverter.cs
- SetterBase.cs
- ConstraintCollection.cs
- SourceLocationProvider.cs
- XDeferredAxisSource.cs
- externdll.cs
- AssociationEndMember.cs
- TCPClient.cs
- ServiceObjectContainer.cs
- InvalidCardException.cs
- DefaultPropertyAttribute.cs
- ListBox.cs
- OpenTypeLayout.cs
- OutputCacheSettings.cs
- BitmapEncoder.cs
- RadioButton.cs
- Decorator.cs
- DefaultTextStoreTextComposition.cs
- TitleStyle.cs
- RIPEMD160.cs
- XPathBinder.cs
- ThreadAttributes.cs
- TextParagraph.cs
- LineGeometry.cs
- PartDesigner.cs
- EventSinkHelperWriter.cs
- DbCommandTree.cs
- CachingHintValidation.cs
- WindowsPen.cs
- JsonReaderDelegator.cs
- RecognizerBase.cs