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
- OperatingSystemVersionCheck.cs
- ToolBarPanel.cs
- HostedTcpTransportManager.cs
- InvalidDataException.cs
- ElementsClipboardData.cs
- ProjectionCamera.cs
- StubHelpers.cs
- DataTable.cs
- QilLoop.cs
- CollectionBuilder.cs
- CodeObject.cs
- PieceDirectory.cs
- DataViewSettingCollection.cs
- IntegerValidatorAttribute.cs
- HtmlHistory.cs
- TimeSpanConverter.cs
- Matrix3D.cs
- SafeNativeMethods.cs
- SchemaHelper.cs
- Utility.cs
- BroadcastEventHelper.cs
- InfoCardProofToken.cs
- latinshape.cs
- WebZone.cs
- DependentTransaction.cs
- MimeMultiPart.cs
- Style.cs
- TrailingSpaceComparer.cs
- HttpStreamXmlDictionaryWriter.cs
- _Rfc2616CacheValidators.cs
- GlobalizationSection.cs
- ToolStripDropDownItem.cs
- ArrayEditor.cs
- VisualStyleTypesAndProperties.cs
- LinqDataSourceValidationException.cs
- DesignTableCollection.cs
- SmtpNegotiateAuthenticationModule.cs
- Events.cs
- StylusPlugin.cs
- ProgressChangedEventArgs.cs
- SafeThreadHandle.cs
- AutomationInteropProvider.cs
- FixedElement.cs
- RedirectionProxy.cs
- ModuleConfigurationInfo.cs
- WsdlParser.cs
- ContextMarshalException.cs
- SubpageParaClient.cs
- XmlFormatExtensionPointAttribute.cs
- HttpUnhandledOperationInvoker.cs
- PersonalizationProviderHelper.cs
- DataKeyCollection.cs
- SafeProcessHandle.cs
- XamlReaderHelper.cs
- ToolStripProgressBar.cs
- NameObjectCollectionBase.cs
- PolicyConversionContext.cs
- UpdatePanelTrigger.cs
- MissingSatelliteAssemblyException.cs
- SourceFileBuildProvider.cs
- SymbolEqualComparer.cs
- EventLog.cs
- ISSmlParser.cs
- WsdlImporterElement.cs
- RelOps.cs
- Marshal.cs
- ItemList.cs
- ConstraintEnumerator.cs
- ObjectSecurity.cs
- FlowDocumentPage.cs
- WebPartConnectionsConfigureVerb.cs
- SqlFunctionAttribute.cs
- ListViewSortEventArgs.cs
- GroupedContextMenuStrip.cs
- InputScopeAttribute.cs
- HttpHeaderCollection.cs
- XmlTypeMapping.cs
- ExecutedRoutedEventArgs.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- ICollection.cs
- XDRSchema.cs
- TraceContext.cs
- SystemInformation.cs
- FileEnumerator.cs
- ObjectConverter.cs
- EllipticalNodeOperations.cs
- RectAnimationUsingKeyFrames.cs
- SoapReflectionImporter.cs
- RoutedUICommand.cs
- LockCookie.cs
- DecoratedNameAttribute.cs
- SQLMoneyStorage.cs
- RepeaterCommandEventArgs.cs
- Switch.cs
- ControlHelper.cs
- MetadataPropertyCollection.cs
- IconBitmapDecoder.cs
- PenThread.cs
- MemoryStream.cs
- BamlResourceSerializer.cs