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
- TransformPatternIdentifiers.cs
- ConnectorDragDropGlyph.cs
- ImageClickEventArgs.cs
- Int64AnimationUsingKeyFrames.cs
- HtmlTitle.cs
- ConditionBrowserDialog.cs
- DecimalConstantAttribute.cs
- ObjectListDesigner.cs
- TextReader.cs
- ContextConfiguration.cs
- ImageKeyConverter.cs
- PipelineModuleStepContainer.cs
- TimeSpanMinutesConverter.cs
- ScriptReference.cs
- WebUtil.cs
- ScrollPatternIdentifiers.cs
- WebBrowserEvent.cs
- ShaderRenderModeValidation.cs
- UpdateTranslator.cs
- Model3D.cs
- SqlProviderUtilities.cs
- NextPreviousPagerField.cs
- StaticTextPointer.cs
- CodeIdentifiers.cs
- Slider.cs
- FlowSwitchDesigner.xaml.cs
- DependsOnAttribute.cs
- LocalizationCodeDomSerializer.cs
- VideoDrawing.cs
- ClientSettingsStore.cs
- UndoManager.cs
- SecurityTokenAuthenticator.cs
- MdImport.cs
- RequestCacheEntry.cs
- OutArgument.cs
- TextServicesDisplayAttribute.cs
- StyleSelector.cs
- ReflectEventDescriptor.cs
- WebServicesInteroperability.cs
- MethodExpr.cs
- SizeValueSerializer.cs
- HMAC.cs
- HttpListener.cs
- ChangeBlockUndoRecord.cs
- TextParagraphCache.cs
- SchemaExporter.cs
- Object.cs
- COM2PictureConverter.cs
- LassoHelper.cs
- TTSEvent.cs
- DiagnosticsConfiguration.cs
- DBCommand.cs
- QuerySettings.cs
- Grammar.cs
- ProfilePropertySettingsCollection.cs
- EventHandlerService.cs
- SoapIgnoreAttribute.cs
- ServiceOperationParameter.cs
- OracleInfoMessageEventArgs.cs
- HtmlFormParameterWriter.cs
- ProviderException.cs
- ZipIOBlockManager.cs
- ScrollChrome.cs
- FastEncoderWindow.cs
- SQLSingleStorage.cs
- WindowsAltTab.cs
- InternalCache.cs
- CalendarTable.cs
- TablePattern.cs
- ObjectPersistData.cs
- XsltSettings.cs
- ObjectStateManagerMetadata.cs
- BuildDependencySet.cs
- Freezable.cs
- RecognizerInfo.cs
- PipelineComponent.cs
- SoundPlayer.cs
- TextSyndicationContentKindHelper.cs
- RichTextBox.cs
- ProfilePropertySettings.cs
- XPathBinder.cs
- GAC.cs
- SizeLimitedCache.cs
- DocobjHost.cs
- ListenerBinder.cs
- Helpers.cs
- WrappedIUnknown.cs
- FunctionDetailsReader.cs
- TrackingStringDictionary.cs
- FolderNameEditor.cs
- URL.cs
- ListViewTableCell.cs
- ExternalException.cs
- Msec.cs
- CompositeActivityValidator.cs
- ApplicationServicesHostFactory.cs
- Selector.cs
- RemoteWebConfigurationHost.cs
- SymLanguageType.cs
- FixedSOMPageConstructor.cs