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
- TCPClient.cs
- BindingMAnagerBase.cs
- StructuralType.cs
- HttpProtocolImporter.cs
- Variant.cs
- XmlDocumentFragment.cs
- StringConcat.cs
- ToolStripDropDownMenu.cs
- AppendHelper.cs
- ConstructorBuilder.cs
- DependencyObjectValidator.cs
- ClaimTypeElementCollection.cs
- Nullable.cs
- sortedlist.cs
- PropertyTabAttribute.cs
- PersonalizationStateInfo.cs
- Signature.cs
- SmiRecordBuffer.cs
- CrossSiteScriptingValidation.cs
- AdPostCacheSubstitution.cs
- DataRecordObjectView.cs
- PositiveTimeSpanValidatorAttribute.cs
- PageSettings.cs
- Constraint.cs
- _NestedMultipleAsyncResult.cs
- SystemIPInterfaceProperties.cs
- SoapWriter.cs
- UpdateCompiler.cs
- Parameter.cs
- ClientSettingsStore.cs
- ExecutedRoutedEventArgs.cs
- ObjectSet.cs
- EntityDescriptor.cs
- SerializationEventsCache.cs
- ListView.cs
- CompositeCollection.cs
- MenuCommandsChangedEventArgs.cs
- ConsoleKeyInfo.cs
- XhtmlBasicLiteralTextAdapter.cs
- PropVariant.cs
- ToolStripContentPanel.cs
- GridEntry.cs
- SoundPlayerAction.cs
- XmlReader.cs
- ConstructorNeedsTagAttribute.cs
- TextWriterEngine.cs
- Baml2006ReaderSettings.cs
- MenuItem.cs
- AdRotator.cs
- Types.cs
- WindowsProgressbar.cs
- SqlCommand.cs
- Identity.cs
- WebRequestModuleElement.cs
- WorkflowDebuggerSteppingAttribute.cs
- IsolatedStorage.cs
- RelativeSource.cs
- PointAnimation.cs
- ToolboxBitmapAttribute.cs
- followingquery.cs
- HttpRawResponse.cs
- MouseWheelEventArgs.cs
- DataRowExtensions.cs
- ThreadExceptionEvent.cs
- WebRequestModulesSection.cs
- CodeConstructor.cs
- CommentAction.cs
- PathSegment.cs
- ProfilePropertySettings.cs
- DiscoveryClientOutputChannel.cs
- EventLogger.cs
- XmlSerializerSection.cs
- MimeFormatExtensions.cs
- RadioButtonAutomationPeer.cs
- ToolStripRenderer.cs
- ClickablePoint.cs
- HttpModulesInstallComponent.cs
- Point.cs
- shaperfactoryquerycachekey.cs
- coordinatorscratchpad.cs
- SafeFileMapViewHandle.cs
- DataGridAutoFormat.cs
- BinarySerializer.cs
- XmlDataImplementation.cs
- CaseStatementSlot.cs
- EventItfInfo.cs
- HtmlUtf8RawTextWriter.cs
- ITextView.cs
- CapabilitiesPattern.cs
- OdbcEnvironment.cs
- SHA256.cs
- SymbolMethod.cs
- GeneralTransformGroup.cs
- MDIWindowDialog.cs
- XsltInput.cs
- UInt16Storage.cs
- Sequence.cs
- Vector3DAnimationUsingKeyFrames.cs
- DictionaryChange.cs
- Rules.cs