Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / ServiceModel / Configuration / WebScriptEnablingElement.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MessageSmuggler.cs
- RegexCompiler.cs
- DivideByZeroException.cs
- _SpnDictionary.cs
- WindowAutomationPeer.cs
- NamespaceDisplay.xaml.cs
- TreeNodeBinding.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- WaitHandle.cs
- Cursor.cs
- EntityDataSourceColumn.cs
- ExtendLockAsyncResult.cs
- UTF8Encoding.cs
- ProgressBarAutomationPeer.cs
- LockedBorderGlyph.cs
- SocketElement.cs
- LinkButton.cs
- DisplayMemberTemplateSelector.cs
- HostingEnvironmentSection.cs
- ShapeTypeface.cs
- URIFormatException.cs
- ServicesUtilities.cs
- ScriptResourceMapping.cs
- ManifestBasedResourceGroveler.cs
- DbMetaDataCollectionNames.cs
- ResXResourceReader.cs
- InvalidCommandTreeException.cs
- Queue.cs
- HMACSHA512.cs
- configsystem.cs
- ControlValuePropertyAttribute.cs
- BackgroundWorker.cs
- Helpers.cs
- BaseParaClient.cs
- COM2ExtendedUITypeEditor.cs
- HTTPNotFoundHandler.cs
- SiteMap.cs
- DataGridViewTopRowAccessibleObject.cs
- CapabilitiesPattern.cs
- GridViewDesigner.cs
- DataGridViewCell.cs
- DataService.cs
- WindowsAuthenticationEventArgs.cs
- CodeExporter.cs
- XmlConvert.cs
- PrimitiveType.cs
- recordstate.cs
- HandlerBase.cs
- DataBoundLiteralControl.cs
- ListViewInsertedEventArgs.cs
- DataKey.cs
- APCustomTypeDescriptor.cs
- DataException.cs
- Aggregates.cs
- StreamWriter.cs
- SessionParameter.cs
- SqlCachedBuffer.cs
- BidOverLoads.cs
- RpcResponse.cs
- StreamHelper.cs
- FileIOPermission.cs
- BaseAppDomainProtocolHandler.cs
- VirtualPath.cs
- ArithmeticException.cs
- DateRangeEvent.cs
- DynamicPropertyHolder.cs
- TemplateControlParser.cs
- ReferenceList.cs
- UTF7Encoding.cs
- Int32CAMarshaler.cs
- ImageAutomationPeer.cs
- UdpUtility.cs
- WebPartUserCapability.cs
- Type.cs
- SamlDoNotCacheCondition.cs
- GridViewCancelEditEventArgs.cs
- WebConfigurationHost.cs
- UniformGrid.cs
- TextPattern.cs
- IIS7UserPrincipal.cs
- EventLogPermission.cs
- PixelFormatConverter.cs
- ClientCredentialsSecurityTokenManager.cs
- MultiByteCodec.cs
- DurableEnlistmentState.cs
- EntityStoreSchemaFilterEntry.cs
- BlockingCollection.cs
- FixedElement.cs
- OpenTypeLayoutCache.cs
- TableLayout.cs
- SystemSounds.cs
- ResourceWriter.cs
- Soap12ProtocolImporter.cs
- HashSetDebugView.cs
- PackWebRequest.cs
- CachingParameterInspector.cs
- MruCache.cs
- UnmanagedMemoryStream.cs
- DeclaredTypeValidatorAttribute.cs
- Button.cs