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
- HtmlEmptyTagControlBuilder.cs
- EnvironmentPermission.cs
- hwndwrapper.cs
- ConstructorNeedsTagAttribute.cs
- XmlAnyElementAttribute.cs
- TargetException.cs
- PointCollectionValueSerializer.cs
- listviewsubitemcollectioneditor.cs
- ToolStripDropDownClosedEventArgs.cs
- StringOutput.cs
- TextRangeAdaptor.cs
- EDesignUtil.cs
- CssTextWriter.cs
- DataConnectionHelper.cs
- DecodeHelper.cs
- ReflectionTypeLoadException.cs
- HttpHeaderCollection.cs
- XmlSignatureProperties.cs
- ChangeToolStripParentVerb.cs
- AssemblyName.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- MsmqIntegrationBindingElement.cs
- ConsoleCancelEventArgs.cs
- BitmapFrameEncode.cs
- DataView.cs
- BindingObserver.cs
- DetailsViewPageEventArgs.cs
- PocoPropertyAccessorStrategy.cs
- HttpCapabilitiesEvaluator.cs
- XmlQualifiedNameTest.cs
- CacheSection.cs
- XmlArrayAttribute.cs
- ListControlBoundActionList.cs
- DataGridViewButtonColumn.cs
- DataList.cs
- WebHttpBinding.cs
- indexingfiltermarshaler.cs
- TemplatedWizardStep.cs
- Win32KeyboardDevice.cs
- EndpointBehaviorElementCollection.cs
- Reference.cs
- LifetimeMonitor.cs
- SourceLineInfo.cs
- ElementHost.cs
- SourceFileInfo.cs
- DataListItem.cs
- MenuStrip.cs
- LogLogRecordHeader.cs
- LabelDesigner.cs
- Scripts.cs
- XhtmlBasicLabelAdapter.cs
- HttpException.cs
- SimplePropertyEntry.cs
- HtmlUtf8RawTextWriter.cs
- QilInvokeEarlyBound.cs
- DataGridViewColumnHeaderCell.cs
- VirtualDirectoryMapping.cs
- GridViewSelectEventArgs.cs
- Constraint.cs
- ContentElementAutomationPeer.cs
- IsolatedStorageSecurityState.cs
- SoapIncludeAttribute.cs
- RenderingBiasValidation.cs
- ReflectionTypeLoadException.cs
- EditorPartCollection.cs
- CriticalFinalizerObject.cs
- ToolStripStatusLabel.cs
- UIntPtr.cs
- HTMLTextWriter.cs
- RegexParser.cs
- DataProtection.cs
- ParenthesizePropertyNameAttribute.cs
- Exception.cs
- CodeObject.cs
- MasterPageParser.cs
- WebBrowserSiteBase.cs
- ReflectionUtil.cs
- DomNameTable.cs
- BuildProvidersCompiler.cs
- CodeTypeParameterCollection.cs
- IdentityHolder.cs
- SQLDateTime.cs
- HttpServerVarsCollection.cs
- ReadOnlyCollection.cs
- webeventbuffer.cs
- TransformGroup.cs
- SmtpNegotiateAuthenticationModule.cs
- QilGenerator.cs
- EtwTrace.cs
- GroupBoxRenderer.cs
- PointKeyFrameCollection.cs
- ActivityXRefConverter.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- ToolStripHighContrastRenderer.cs
- ActiveDesignSurfaceEvent.cs
- UnsafePeerToPeerMethods.cs
- cache.cs
- InkSerializer.cs
- WebPart.cs
- SqlConnectionPoolGroupProviderInfo.cs