Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DeleteHelper.cs
- XhtmlBasicTextViewAdapter.cs
- WindowsTab.cs
- GenericParameterDataContract.cs
- FileDialogCustomPlacesCollection.cs
- Int32AnimationBase.cs
- XPathExpr.cs
- TTSVoice.cs
- SoapServerMethod.cs
- odbcmetadatacolumnnames.cs
- TypeNameConverter.cs
- WebPartMenuStyle.cs
- AsyncOperationManager.cs
- AutomationPatternInfo.cs
- XmlTextReaderImplHelpers.cs
- EntityConnectionStringBuilder.cs
- PopupRootAutomationPeer.cs
- BuildDependencySet.cs
- ToolTipService.cs
- TraceHandler.cs
- CodeGotoStatement.cs
- PathGradientBrush.cs
- QuadTree.cs
- SectionUpdates.cs
- DesignerSerializationOptionsAttribute.cs
- Animatable.cs
- InvalidCommandTreeException.cs
- SqlServer2KCompatibilityCheck.cs
- CodeSubDirectoriesCollection.cs
- MenuItemCollection.cs
- TextElementCollectionHelper.cs
- MSG.cs
- XmlSiteMapProvider.cs
- SqlClientWrapperSmiStream.cs
- XLinq.cs
- DynamicPropertyReader.cs
- ColorTransformHelper.cs
- _SingleItemRequestCache.cs
- DesignerValidatorAdapter.cs
- WebUtil.cs
- DataGridViewToolTip.cs
- TextDecoration.cs
- AsymmetricSignatureFormatter.cs
- SecurityHelper.cs
- NullReferenceException.cs
- ZipFileInfo.cs
- PersonalizationProviderHelper.cs
- SqlDataAdapter.cs
- CircleHotSpot.cs
- _AutoWebProxyScriptWrapper.cs
- LineInfo.cs
- RelationshipEndMember.cs
- Camera.cs
- DetailsViewPagerRow.cs
- sqlnorm.cs
- SqlDataSourceConfigureSortForm.cs
- SafeUserTokenHandle.cs
- FormCollection.cs
- ConditionCollection.cs
- Debug.cs
- XmlSchemaAppInfo.cs
- FontCacheLogic.cs
- ToolStripItemRenderEventArgs.cs
- AssemblyResolver.cs
- CookieHandler.cs
- AtlasWeb.Designer.cs
- UpdateTracker.cs
- GlyphRun.cs
- CodeAccessSecurityEngine.cs
- ResourceFallbackManager.cs
- Screen.cs
- DataGridViewButtonColumn.cs
- XmlSchemaComplexContentExtension.cs
- Constraint.cs
- WindowsListViewSubItem.cs
- PasswordTextNavigator.cs
- ListBoxItem.cs
- NetTcpSecurityElement.cs
- TransactionProtocolConverter.cs
- BaseCodePageEncoding.cs
- TextServicesHost.cs
- MemberDomainMap.cs
- PostBackOptions.cs
- TypeUnloadedException.cs
- RegexGroupCollection.cs
- EmptyQuery.cs
- TileBrush.cs
- MembershipPasswordException.cs
- ListItem.cs
- TypeTypeConverter.cs
- BevelBitmapEffect.cs
- TypeCodeDomSerializer.cs
- StringUtil.cs
- Translator.cs
- SuppressMessageAttribute.cs
- EllipseGeometry.cs
- XsdValidatingReader.cs
- Pair.cs
- QilStrConcat.cs
- FloaterParagraph.cs