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
- Internal.cs
- ResourcePermissionBase.cs
- BuildDependencySet.cs
- TimeSpanConverter.cs
- MbpInfo.cs
- OdbcReferenceCollection.cs
- TemplatedMailWebEventProvider.cs
- FileSecurity.cs
- Int32RectValueSerializer.cs
- UnsafeNativeMethods.cs
- IdentitySection.cs
- _CookieModule.cs
- IndicCharClassifier.cs
- DynamicILGenerator.cs
- StreamMarshaler.cs
- DataFormats.cs
- OpenTypeCommon.cs
- AllMembershipCondition.cs
- PenThreadPool.cs
- SoapSchemaImporter.cs
- UserControlBuildProvider.cs
- SoapExtensionTypeElement.cs
- ColorKeyFrameCollection.cs
- Point.cs
- SslStreamSecurityUpgradeProvider.cs
- CodeTypeDeclarationCollection.cs
- NativeCppClassAttribute.cs
- SendMessageContent.cs
- FrameworkElementFactoryMarkupObject.cs
- InternalMappingException.cs
- SessionParameter.cs
- SymmetricKeyWrap.cs
- DiagnosticTrace.cs
- TableDetailsRow.cs
- AutomationElement.cs
- TableParaClient.cs
- ObjectQueryExecutionPlan.cs
- RolePrincipal.cs
- ExtentCqlBlock.cs
- BypassElement.cs
- SafeCloseHandleCritical.cs
- LayoutSettings.cs
- StoreItemCollection.cs
- ThreadStartException.cs
- MessageDecoder.cs
- HtmlUtf8RawTextWriter.cs
- InputLanguage.cs
- OpCodes.cs
- IsolatedStoragePermission.cs
- TileBrush.cs
- HttpHandlerActionCollection.cs
- CodeArgumentReferenceExpression.cs
- FixedTextSelectionProcessor.cs
- BindUriHelper.cs
- ZipPackagePart.cs
- SerializationFieldInfo.cs
- AnnotationComponentChooser.cs
- ComplexBindingPropertiesAttribute.cs
- Attributes.cs
- GeneralTransform3DTo2D.cs
- StrokeNodeOperations.cs
- UnsafeNativeMethods.cs
- ResourceDescriptionAttribute.cs
- DataGridViewBindingCompleteEventArgs.cs
- TreeChangeInfo.cs
- BinaryObjectInfo.cs
- StateBag.cs
- AbstractSvcMapFileLoader.cs
- TabControl.cs
- OleDbReferenceCollection.cs
- ObjectTag.cs
- CngKeyCreationParameters.cs
- DataGridViewRowEventArgs.cs
- DataMemberListEditor.cs
- DbCommandTree.cs
- QueueTransferProtocol.cs
- WebScriptServiceHostFactory.cs
- TransformProviderWrapper.cs
- ProcessProtocolHandler.cs
- EntityDescriptor.cs
- NotifyInputEventArgs.cs
- CompositeControl.cs
- BindingCompleteEventArgs.cs
- MetadataFile.cs
- PackagePart.cs
- PTProvider.cs
- PackWebRequestFactory.cs
- IsolatedStorage.cs
- BindingContext.cs
- PerfProviderCollection.cs
- HScrollProperties.cs
- UiaCoreApi.cs
- ComponentConverter.cs
- VariableAction.cs
- Endpoint.cs
- DesignerSelectionListAdapter.cs
- BitmapMetadataBlob.cs
- RoutedEventArgs.cs
- ViewStateException.cs
- EraserBehavior.cs