Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / HttpMethodAttribute.cs / 1305376 / HttpMethodAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System; ////// /// [AttributeUsage(AttributeTargets.Method)] public sealed class HttpMethodAttribute : System.Attribute { Type returnFormatter; Type parameterFormatter; ///[To be supplied.] ////// /// public HttpMethodAttribute() { returnFormatter = null; parameterFormatter = null; } ///[To be supplied.] ////// /// public HttpMethodAttribute(Type returnFormatter, Type parameterFormatter) { this.returnFormatter = returnFormatter; this.parameterFormatter = parameterFormatter; } ///[To be supplied.] ////// /// public Type ReturnFormatter { get { return returnFormatter; } set { returnFormatter = value; } } ///[To be supplied.] ////// /// public Type ParameterFormatter { get { return parameterFormatter; } set { parameterFormatter = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QilName.cs
- SiteMapDataSourceView.cs
- EventHandlers.cs
- DNS.cs
- webclient.cs
- ObjectQueryExecutionPlan.cs
- XmlWrappingReader.cs
- BaseParagraph.cs
- DataView.cs
- TCEAdapterGenerator.cs
- TextEffectCollection.cs
- WindowsContainer.cs
- XsdBuilder.cs
- UnsafeNativeMethods.cs
- TextServicesLoader.cs
- CodeStatement.cs
- WindowsListViewItemStartMenu.cs
- DesignerActionGlyph.cs
- InternalPolicyElement.cs
- ExceptionAggregator.cs
- _NtlmClient.cs
- ExceptionRoutedEventArgs.cs
- PeerCustomResolverSettings.cs
- XPathAxisIterator.cs
- ToolStripSeparator.cs
- WorkflowPageSetupDialog.cs
- ToolboxBitmapAttribute.cs
- ObjectStateEntry.cs
- IndentedWriter.cs
- ReachVisualSerializer.cs
- ExternalCalls.cs
- __Error.cs
- ColumnMapProcessor.cs
- WebPartDescriptionCollection.cs
- TextDpi.cs
- TypeSystem.cs
- GridViewRowCollection.cs
- Quaternion.cs
- HostingMessageProperty.cs
- CodeIdentifier.cs
- NamedElement.cs
- DesigntimeLicenseContext.cs
- SchemaComplexType.cs
- ReliableChannelBinder.cs
- ScaleTransform.cs
- FileDialogCustomPlace.cs
- GlobalizationSection.cs
- PrintPageEvent.cs
- ListItemCollection.cs
- FileFormatException.cs
- PropertyKey.cs
- XmlNotation.cs
- MaskedTextBox.cs
- TransformerInfoCollection.cs
- BooleanKeyFrameCollection.cs
- AvTraceFormat.cs
- DataGridViewRowEventArgs.cs
- DataGridRowEventArgs.cs
- StateBag.cs
- TextRange.cs
- GridEntryCollection.cs
- MetadataItem.cs
- DtrList.cs
- CodeAttributeArgumentCollection.cs
- MetadataCache.cs
- TargetPerspective.cs
- ToolBarDesigner.cs
- OperandQuery.cs
- SQLByte.cs
- DataControlCommands.cs
- OAVariantLib.cs
- TextModifierScope.cs
- ReadOnlyCollection.cs
- ValueExpressions.cs
- ProfileService.cs
- SqlConnectionFactory.cs
- CounterCreationDataConverter.cs
- AuditLevel.cs
- ThemeInfoAttribute.cs
- AsymmetricCryptoHandle.cs
- SelectionGlyphBase.cs
- WorkerRequest.cs
- EntityDataSourceQueryBuilder.cs
- LoginCancelEventArgs.cs
- MenuItemBindingCollection.cs
- CodeTypeParameter.cs
- AssertSection.cs
- KeyValueSerializer.cs
- CategoryAttribute.cs
- CommonDialog.cs
- AssociationType.cs
- ShapeTypeface.cs
- LinqDataSourceContextEventArgs.cs
- ProtocolsInstallComponent.cs
- WebPartRestoreVerb.cs
- ObjectStateEntry.cs
- PrimarySelectionAdorner.cs
- ValidationSummaryDesigner.cs
- Triangle.cs
- InternalsVisibleToAttribute.cs