Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / ServiceModel / Configuration / WebHttpElement.cs / 1 / WebHttpElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System.Configuration; using System.ServiceModel.Description; public sealed partial class WebHttpElement : BehaviorExtensionElement { public WebHttpElement() { } [System.Diagnostics.CodeAnalysis.SuppressMessage("Configuration", "Configuration102:ConfigurationPropertyAttributeRule", MessageId = "System.ServiceModel.Configuration.WebHttpElement.BehaviorType", Justification = "Not a configurable property; a property that had to be overridden from abstract parent class")] public override Type BehaviorType { get { return typeof(WebHttpBehavior); } } internal protected override object CreateBehavior() { return new WebHttpBehavior(); } } } // 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
- StateRuntime.cs
- TypeBrowserDialog.cs
- BreakSafeBase.cs
- CodeCatchClause.cs
- Attributes.cs
- Size3D.cs
- TypedTableBaseExtensions.cs
- Rule.cs
- InvalidWMPVersionException.cs
- EmbeddedMailObjectCollectionEditor.cs
- DataSourceHelper.cs
- TemplateControl.cs
- TypeListConverter.cs
- AffineTransform3D.cs
- MenuAdapter.cs
- SystemColors.cs
- ContractHandle.cs
- InterleavedZipPartStream.cs
- AsymmetricSignatureDeformatter.cs
- ExtensionMethods.cs
- TagElement.cs
- InstanceCreationEditor.cs
- CommonXSendMessage.cs
- shaperfactoryquerycacheentry.cs
- ForEach.cs
- NetworkInformationException.cs
- FixedHighlight.cs
- EncodingTable.cs
- AuthorizationSection.cs
- ResXFileRef.cs
- SerializationEventsCache.cs
- Separator.cs
- ItemType.cs
- View.cs
- WriteLine.cs
- ProgressBarHighlightConverter.cs
- Monitor.cs
- TimeManager.cs
- VerticalAlignConverter.cs
- HttpCachePolicyWrapper.cs
- GradientStopCollection.cs
- ResourceDescriptionAttribute.cs
- BinarySerializer.cs
- BindUriHelper.cs
- PartitionedDataSource.cs
- WorkflowServiceAttributes.cs
- AssemblyCollection.cs
- CompressStream.cs
- ChoiceConverter.cs
- SchemaHelper.cs
- FirstMatchCodeGroup.cs
- AlphaSortedEnumConverter.cs
- DataBindingHandlerAttribute.cs
- ResizeBehavior.cs
- log.cs
- TypedRowGenerator.cs
- SslStream.cs
- Geometry.cs
- AdornerHitTestResult.cs
- DocobjHost.cs
- SchemaImporterExtensionElementCollection.cs
- XmlBaseReader.cs
- ByteStream.cs
- DropShadowEffect.cs
- FileSystemInfo.cs
- UInt16.cs
- Control.cs
- ItemChangedEventArgs.cs
- UniqueConstraint.cs
- AdapterUtil.cs
- GridLengthConverter.cs
- RectValueSerializer.cs
- SiteMapPath.cs
- ListViewAutomationPeer.cs
- FixedSOMTable.cs
- BitmapMetadataEnumerator.cs
- ApplicationDirectory.cs
- TableLayoutStyle.cs
- EventLogPermissionEntryCollection.cs
- SamlConstants.cs
- XmlSchemaAppInfo.cs
- Certificate.cs
- CodeValidator.cs
- DataGridViewComboBoxCell.cs
- EdmFunctions.cs
- MaskedTextBoxDesignerActionList.cs
- Int32AnimationUsingKeyFrames.cs
- DataGridViewCellStateChangedEventArgs.cs
- UserPreferenceChangingEventArgs.cs
- ProcessModuleCollection.cs
- ConnectionPoint.cs
- DefaultDiscoveryServiceExtension.cs
- PublishLicense.cs
- AuthorizationSection.cs
- MetadataItemEmitter.cs
- FixedElement.cs
- OleDbPropertySetGuid.cs
- TitleStyle.cs
- FrameworkTextComposition.cs
- MetadataSource.cs