Code:
/ 4.0 / 4.0 / 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.] ///// 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
- RangeBase.cs
- Stack.cs
- LocalFileSettingsProvider.cs
- CodeVariableDeclarationStatement.cs
- Drawing.cs
- ComponentChangedEvent.cs
- CommonObjectSecurity.cs
- HostedTransportConfigurationManager.cs
- MessageDecoder.cs
- AssemblyBuilder.cs
- DesignerEventService.cs
- AttributeSetAction.cs
- ManagementQuery.cs
- TemplateContent.cs
- TextLine.cs
- DependencyObjectProvider.cs
- UIElement3DAutomationPeer.cs
- Literal.cs
- DeclaredTypeValidator.cs
- RegisteredArrayDeclaration.cs
- DrawingContextWalker.cs
- BaseInfoTable.cs
- BaseTemplateBuildProvider.cs
- WindowsListView.cs
- WsdlBuildProvider.cs
- TextServicesPropertyRanges.cs
- FlowDocumentReader.cs
- ThemeDictionaryExtension.cs
- TextTreeText.cs
- SystemIPInterfaceProperties.cs
- OrderedEnumerableRowCollection.cs
- Sql8ExpressionRewriter.cs
- TypeBuilderInstantiation.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- PeerNameRecord.cs
- Point4DConverter.cs
- tooltip.cs
- DocumentViewerConstants.cs
- SettingsPropertyWrongTypeException.cs
- RegisteredScript.cs
- TaskForm.cs
- ApplicationInfo.cs
- QueryOutputWriterV1.cs
- Accessible.cs
- UITypeEditor.cs
- RoutingChannelExtension.cs
- LogLogRecordEnumerator.cs
- DataColumnMappingCollection.cs
- BuildProvider.cs
- ItemType.cs
- WindowsListView.cs
- FileUpload.cs
- counter.cs
- StorageRoot.cs
- SoapMessage.cs
- CompModHelpers.cs
- Rect3DConverter.cs
- OleDbDataReader.cs
- ContextQuery.cs
- XmlQuerySequence.cs
- ChangeInterceptorAttribute.cs
- wmiprovider.cs
- QfeChecker.cs
- PathFigureCollection.cs
- Utils.cs
- ISSmlParser.cs
- TextServicesPropertyRanges.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- FixedSOMLineCollection.cs
- DataGridViewColumnConverter.cs
- ListViewItemMouseHoverEvent.cs
- CopyOnWriteList.cs
- UDPClient.cs
- SizeIndependentAnimationStorage.cs
- WmpBitmapDecoder.cs
- EllipticalNodeOperations.cs
- TextServicesDisplayAttributePropertyRanges.cs
- HtmlShim.cs
- WindowsFormsHelpers.cs
- DrawListViewItemEventArgs.cs
- LayoutDump.cs
- SafeFindHandle.cs
- ArrayList.cs
- XmlNamespaceMappingCollection.cs
- TransportListener.cs
- SqlRewriteScalarSubqueries.cs
- SchemaAttDef.cs
- ContentWrapperAttribute.cs
- WS2007HttpBindingCollectionElement.cs
- AnimationException.cs
- PatternMatcher.cs
- ListControl.cs
- ComplusEndpointConfigContainer.cs
- TagMapCollection.cs
- ConsumerConnectionPoint.cs
- InfoCardCryptoHelper.cs
- DataGridRow.cs
- LookupNode.cs
- TextWriter.cs
- TemplateBindingExtension.cs