Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / SoapDocumentMethodAttribute.cs / 1305376 / SoapDocumentMethodAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System; using System.Web.Services.Description; ////// /// [AttributeUsage(AttributeTargets.Method)] public sealed class SoapDocumentMethodAttribute : System.Attribute { string action; string requestName; string responseName; string requestNamespace; string responseNamespace; bool oneWay; SoapBindingUse use = SoapBindingUse.Default; SoapParameterStyle style = SoapParameterStyle.Default; string binding; ///[To be supplied.] ////// /// public SoapDocumentMethodAttribute() { } ///[To be supplied.] ////// /// public SoapDocumentMethodAttribute(string action) { this.action = action; } ///[To be supplied.] ////// /// public string Action { get { return action; } set { action = 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.] ////// /// public SoapBindingUse Use { get { return use; } set { use = value; } } ///[To be supplied.] ////// /// public SoapParameterStyle ParameterStyle { get { return style; } set { style = value; } } ///[To be supplied.] ////// /// public string Binding { get { return binding == null ? string.Empty : binding; } set { binding = 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; ////// /// [AttributeUsage(AttributeTargets.Method)] public sealed class SoapDocumentMethodAttribute : System.Attribute { string action; string requestName; string responseName; string requestNamespace; string responseNamespace; bool oneWay; SoapBindingUse use = SoapBindingUse.Default; SoapParameterStyle style = SoapParameterStyle.Default; string binding; ///[To be supplied.] ////// /// public SoapDocumentMethodAttribute() { } ///[To be supplied.] ////// /// public SoapDocumentMethodAttribute(string action) { this.action = action; } ///[To be supplied.] ////// /// public string Action { get { return action; } set { action = 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.] ////// /// public SoapBindingUse Use { get { return use; } set { use = value; } } ///[To be supplied.] ////// /// public SoapParameterStyle ParameterStyle { get { return style; } set { style = value; } } ///[To be supplied.] ////// /// public string Binding { get { return binding == null ? string.Empty : binding; } set { binding = 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
- ControlBuilder.cs
- AssemblyBuilder.cs
- ObservableCollection.cs
- MULTI_QI.cs
- ModifierKeysConverter.cs
- XPathItem.cs
- SystemColors.cs
- SimpleRecyclingCache.cs
- ToolBarButton.cs
- Vars.cs
- UserCancellationException.cs
- AudioFormatConverter.cs
- DbProviderFactory.cs
- SubpageParaClient.cs
- AssemblyHash.cs
- CodeSubDirectoriesCollection.cs
- BreakRecordTable.cs
- TextComposition.cs
- FilteredDataSetHelper.cs
- DataGridTableCollection.cs
- TriggerAction.cs
- FrugalList.cs
- BindingCompleteEventArgs.cs
- StoreContentChangedEventArgs.cs
- ValidationEventArgs.cs
- MimeTypePropertyAttribute.cs
- HttpRequest.cs
- PrePostDescendentsWalker.cs
- String.cs
- SystemColorTracker.cs
- MethodBuilderInstantiation.cs
- BrowsableAttribute.cs
- ResponseStream.cs
- SearchForVirtualItemEventArgs.cs
- ImageUrlEditor.cs
- ShaderEffect.cs
- SubpageParaClient.cs
- DateTimeOffsetAdapter.cs
- CheckBox.cs
- DesignTimeParseData.cs
- HttpChannelHelper.cs
- TransformPattern.cs
- CompoundFileIOPermission.cs
- TextRange.cs
- StringHandle.cs
- IndividualDeviceConfig.cs
- ToolboxItemCollection.cs
- RuntimeResourceSet.cs
- StylusCollection.cs
- RectIndependentAnimationStorage.cs
- Parameter.cs
- NativeCompoundFileAPIs.cs
- Type.cs
- SingleStorage.cs
- SimpleMailWebEventProvider.cs
- ADConnectionHelper.cs
- safePerfProviderHandle.cs
- FontStretchConverter.cs
- ServiceSecurityAuditBehavior.cs
- XmlUtil.cs
- BamlCollectionHolder.cs
- KeySplineConverter.cs
- GiveFeedbackEventArgs.cs
- Material.cs
- Utils.cs
- FormViewPageEventArgs.cs
- ChangesetResponse.cs
- GridItem.cs
- TreeNode.cs
- ElementsClipboardData.cs
- UserValidatedEventArgs.cs
- RegisteredArrayDeclaration.cs
- PathFigure.cs
- DiagnosticsElement.cs
- DynamicValueConverter.cs
- EntityReference.cs
- CategoryNameCollection.cs
- TargetConverter.cs
- Event.cs
- RegionData.cs
- AsymmetricKeyExchangeFormatter.cs
- XdrBuilder.cs
- MsmqReceiveParameters.cs
- CodeGeneratorOptions.cs
- QilFactory.cs
- SocketInformation.cs
- KeyPullup.cs
- Helpers.cs
- Aes.cs
- SystemIPGlobalStatistics.cs
- ColorConverter.cs
- DataList.cs
- MessageBodyDescription.cs
- MultitargetUtil.cs
- BackgroundWorker.cs
- ZipIOFileItemStream.cs
- WindowsIPAddress.cs
- HScrollBar.cs
- Polyline.cs
- Debug.cs