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
- SchemaCollectionCompiler.cs
- EmptyControlCollection.cs
- DataRelationCollection.cs
- ConnectionsZone.cs
- DataService.cs
- ApplicationActivator.cs
- Button.cs
- Visitors.cs
- PersonalizablePropertyEntry.cs
- LocatorPartList.cs
- ListBoxChrome.cs
- XPathAncestorIterator.cs
- ConstraintEnumerator.cs
- Attributes.cs
- ParagraphResult.cs
- FastPropertyAccessor.cs
- JoinGraph.cs
- WindowsGraphicsWrapper.cs
- FileAuthorizationModule.cs
- StylusPointPropertyInfoDefaults.cs
- ChangeBlockUndoRecord.cs
- DataContract.cs
- EventProviderTraceListener.cs
- DataError.cs
- NameValuePair.cs
- ThicknessAnimationUsingKeyFrames.cs
- PaperSource.cs
- FolderNameEditor.cs
- SynchronizedInputPattern.cs
- InternalException.cs
- DiscoveryDocumentSerializer.cs
- CornerRadiusConverter.cs
- InvokeMemberBinder.cs
- NativeMethods.cs
- NavigationCommands.cs
- EntityDesignerBuildProvider.cs
- ClientBuildManager.cs
- PenCursorManager.cs
- DataObjectMethodAttribute.cs
- SingletonConnectionReader.cs
- MatrixConverter.cs
- InputBuffer.cs
- DefaultValueMapping.cs
- GroupLabel.cs
- BamlMapTable.cs
- CodeDomConfigurationHandler.cs
- XmlMapping.cs
- SerialReceived.cs
- SystemIPGlobalStatistics.cs
- CodeTypeMemberCollection.cs
- KeyedHashAlgorithm.cs
- DataGridViewColumnConverter.cs
- ExtractorMetadata.cs
- WindowsListViewItem.cs
- FormattedText.cs
- ConstructorExpr.cs
- AddingNewEventArgs.cs
- DynamicValidatorEventArgs.cs
- HyperLinkStyle.cs
- DoubleCollectionConverter.cs
- tibetanshape.cs
- AddInActivator.cs
- ToolStripButton.cs
- TablePatternIdentifiers.cs
- EntryWrittenEventArgs.cs
- XmlAnyElementAttribute.cs
- EntityException.cs
- OperationContractAttribute.cs
- Propagator.cs
- PropertyToken.cs
- AllMembershipCondition.cs
- Point.cs
- TemplatedWizardStep.cs
- OutOfProcStateClientManager.cs
- InvalidStoreProtectionKeyException.cs
- DBParameter.cs
- ColorIndependentAnimationStorage.cs
- RealizationContext.cs
- SourceSwitch.cs
- HtmlElementCollection.cs
- EventSetter.cs
- WebWorkflowRole.cs
- TypeDescriptionProviderAttribute.cs
- WebBrowserSiteBase.cs
- Buffer.cs
- EntryPointNotFoundException.cs
- ClientTarget.cs
- CodeObject.cs
- Attribute.cs
- IndexerNameAttribute.cs
- Attributes.cs
- TraceData.cs
- UpDownBase.cs
- GuidTagList.cs
- TreeViewItem.cs
- SBCSCodePageEncoding.cs
- ValidatorCompatibilityHelper.cs
- SHA1Managed.cs
- Drawing.cs
- SafePEFileHandle.cs