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
- LineBreakRecord.cs
- CodeAssignStatement.cs
- BitmapData.cs
- COM2PropertyBuilderUITypeEditor.cs
- InternalsVisibleToAttribute.cs
- PackWebResponse.cs
- ValidationEventArgs.cs
- PropertyMapper.cs
- CompileLiteralTextParser.cs
- FormattedText.cs
- XMLDiffLoader.cs
- TCEAdapterGenerator.cs
- XslNumber.cs
- BinHexEncoder.cs
- EntityContainerRelationshipSetEnd.cs
- UniqueConstraint.cs
- Expressions.cs
- URLMembershipCondition.cs
- DesignerActionList.cs
- CachedBitmap.cs
- DbConnectionStringCommon.cs
- PanelStyle.cs
- RootBuilder.cs
- StdValidatorsAndConverters.cs
- InternalTypeHelper.cs
- TypefaceMap.cs
- AnnouncementEndpointElement.cs
- CachedRequestParams.cs
- Grant.cs
- ToolBar.cs
- SqlUserDefinedAggregateAttribute.cs
- SHA512Cng.cs
- NullableConverter.cs
- Soap.cs
- DataGridViewRowEventArgs.cs
- DesignerTransactionCloseEvent.cs
- FormatterServices.cs
- XsltArgumentList.cs
- TempFiles.cs
- XslTransform.cs
- ProcessHostFactoryHelper.cs
- ResourceProperty.cs
- GridViewHeaderRowPresenter.cs
- CircleHotSpot.cs
- EntityStoreSchemaGenerator.cs
- SecurityAppliedMessage.cs
- ImageMap.cs
- SiteOfOriginPart.cs
- ProcessHostConfigUtils.cs
- WebEvents.cs
- PageParserFilter.cs
- AuthenticationConfig.cs
- WeakEventManager.cs
- DelegatingChannelListener.cs
- ExpressionList.cs
- CriticalHandle.cs
- RemotingAttributes.cs
- LateBoundBitmapDecoder.cs
- SqlErrorCollection.cs
- Pair.cs
- XmlSchemaSimpleTypeRestriction.cs
- GridProviderWrapper.cs
- BooleanSwitch.cs
- ExtentJoinTreeNode.cs
- CategoryNameCollection.cs
- WebPartConnectionCollection.cs
- FormsAuthenticationModule.cs
- EncryptedType.cs
- QueuePathDialog.cs
- commandenforcer.cs
- InputBindingCollection.cs
- ObjectDataSourceView.cs
- CreateUserErrorEventArgs.cs
- ToolStripGripRenderEventArgs.cs
- DPAPIProtectedConfigurationProvider.cs
- CheckBoxRenderer.cs
- LiteralSubsegment.cs
- CaseDesigner.xaml.cs
- FrameSecurityDescriptor.cs
- QilReference.cs
- DefaultHttpHandler.cs
- RuleValidation.cs
- InstalledFontCollection.cs
- MsmqReceiveHelper.cs
- OdbcCommandBuilder.cs
- HtmlElement.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- HMAC.cs
- AllMembershipCondition.cs
- HwndProxyElementProvider.cs
- SendActivityValidator.cs
- RegexStringValidator.cs
- ContentWrapperAttribute.cs
- InvalidProgramException.cs
- QuotedStringWriteStateInfo.cs
- DropSource.cs
- TextureBrush.cs
- ExtendedProperty.cs
- ContextMenuService.cs
- Tile.cs