Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / SoapRpcMethodAttribute.cs / 1305376 / SoapRpcMethodAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System; using System.Web.Services.Description; using System.Runtime.InteropServices; ////// /// [AttributeUsage(AttributeTargets.Method)] public sealed class SoapRpcMethodAttribute : System.Attribute { string action; string requestName; string responseName; string requestNamespace; string responseNamespace; bool oneWay; string binding; SoapBindingUse use = SoapBindingUse.Encoded; ///[To be supplied.] ////// /// public SoapRpcMethodAttribute() { } ///[To be supplied.] ////// /// public SoapRpcMethodAttribute(string action) { this.action = action; } ///[To be supplied.] ////// /// public string Action { get { return action; } set { action = value; } } ///[To be supplied.] ////// /// public string Binding { get { return binding == null ? string.Empty : binding; } set { binding = value; } } ///[To be supplied.] ////// /// public bool OneWay { get { return oneWay; } set { oneWay = value; } } ///[To be supplied.] ////// /// public string RequestNamespace { get { return requestNamespace; } set { requestNamespace = value; } } ///[To be supplied.] ////// /// public string ResponseNamespace { get { return responseNamespace; } set { responseNamespace = value; } } ///[To be supplied.] ////// /// public string RequestElementName { get { return requestName == null ? string.Empty : requestName; } set { requestName = value; } } ///[To be supplied.] ////// /// public string ResponseElementName { get { return responseName == null ? string.Empty : responseName; } set { responseName = value; } } ///[To be supplied.] ////// /// [ComVisible(false)] public SoapBindingUse Use { get { return use; } set { use = 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; using System.Web.Services.Description; using System.Runtime.InteropServices; ////// /// [AttributeUsage(AttributeTargets.Method)] public sealed class SoapRpcMethodAttribute : System.Attribute { string action; string requestName; string responseName; string requestNamespace; string responseNamespace; bool oneWay; string binding; SoapBindingUse use = SoapBindingUse.Encoded; ///[To be supplied.] ////// /// public SoapRpcMethodAttribute() { } ///[To be supplied.] ////// /// public SoapRpcMethodAttribute(string action) { this.action = action; } ///[To be supplied.] ////// /// public string Action { get { return action; } set { action = value; } } ///[To be supplied.] ////// /// public string Binding { get { return binding == null ? string.Empty : binding; } set { binding = value; } } ///[To be supplied.] ////// /// public bool OneWay { get { return oneWay; } set { oneWay = value; } } ///[To be supplied.] ////// /// public string RequestNamespace { get { return requestNamespace; } set { requestNamespace = value; } } ///[To be supplied.] ////// /// public string ResponseNamespace { get { return responseNamespace; } set { responseNamespace = value; } } ///[To be supplied.] ////// /// public string RequestElementName { get { return requestName == null ? string.Empty : requestName; } set { requestName = value; } } ///[To be supplied.] ////// /// public string ResponseElementName { get { return responseName == null ? string.Empty : responseName; } set { responseName = value; } } ///[To be supplied.] ////// /// [ComVisible(false)] public SoapBindingUse Use { get { return use; } set { use = 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
- ArraySegment.cs
- WindowsStatic.cs
- SessionStateSection.cs
- XPathDocumentNavigator.cs
- AppLevelCompilationSectionCache.cs
- DispatcherExceptionFilterEventArgs.cs
- ByteAnimationBase.cs
- SvcFileManager.cs
- ProtocolElement.cs
- SourceInterpreter.cs
- Token.cs
- CompilerInfo.cs
- ServerValidateEventArgs.cs
- WindowShowOrOpenTracker.cs
- AlphabeticalEnumConverter.cs
- GeometryConverter.cs
- BooleanAnimationUsingKeyFrames.cs
- httpserverutility.cs
- ImpersonationContext.cs
- SystemThemeKey.cs
- RedirectionProxy.cs
- WindowsFormsSectionHandler.cs
- UpdatableWrapper.cs
- TemplateParser.cs
- ClientApiGenerator.cs
- DoubleAnimation.cs
- ListViewDeletedEventArgs.cs
- ScrollChrome.cs
- ToolboxDataAttribute.cs
- LinkedResourceCollection.cs
- FrameworkElement.cs
- Canvas.cs
- ArithmeticException.cs
- ManifestResourceInfo.cs
- RegexCharClass.cs
- ProxyElement.cs
- Ref.cs
- Annotation.cs
- DecimalSumAggregationOperator.cs
- DataKeyCollection.cs
- ItemMap.cs
- InitializationEventAttribute.cs
- Simplifier.cs
- DataListCommandEventArgs.cs
- WhitespaceRuleReader.cs
- CorrelationScope.cs
- InfoCardSymmetricAlgorithm.cs
- MatchingStyle.cs
- FactoryGenerator.cs
- NullableBoolConverter.cs
- StylusLogic.cs
- DetailsView.cs
- SafeSerializationManager.cs
- CaseExpr.cs
- MenuStrip.cs
- AppDomain.cs
- ScalarRestriction.cs
- FormViewUpdatedEventArgs.cs
- FrameworkContentElement.cs
- MaskedTextBoxTextEditorDropDown.cs
- GPPOINTF.cs
- PerfCounters.cs
- TrackingExtract.cs
- EncryptionUtility.cs
- XmlUtil.cs
- ColumnWidthChangedEvent.cs
- XmlToDatasetMap.cs
- DbException.cs
- DataError.cs
- PhysicalOps.cs
- ZipIOExtraFieldPaddingElement.cs
- CatalogPartDesigner.cs
- GPPOINTF.cs
- SecurityHeaderTokenResolver.cs
- Facet.cs
- AuthStoreRoleProvider.cs
- BitmapEffectvisualstate.cs
- BaseComponentEditor.cs
- XmlSchemaSimpleContentExtension.cs
- ValidationRule.cs
- UnsafeNativeMethodsPenimc.cs
- HWStack.cs
- StylusOverProperty.cs
- ProcessStartInfo.cs
- SqlAliaser.cs
- CollectionChangeEventArgs.cs
- ParentQuery.cs
- XmlHierarchyData.cs
- diagnosticsswitches.cs
- NavigationWindowAutomationPeer.cs
- TypeSource.cs
- RuntimeHandles.cs
- EqualityComparer.cs
- HttpListenerRequest.cs
- SmiContext.cs
- CommandBindingCollection.cs
- ZipIOModeEnforcingStream.cs
- MergeFailedEvent.cs
- Expr.cs
- FixedDocumentSequencePaginator.cs