Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / SoapRpcServiceAttribute.cs / 1305376 / SoapRpcServiceAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System; using System.Reflection; using System.Xml.Serialization; using System.Web.Services.Description; using System.Runtime.InteropServices; ////// /// [AttributeUsage(AttributeTargets.Class)] public sealed class SoapRpcServiceAttribute : Attribute { SoapServiceRoutingStyle routingStyle = SoapServiceRoutingStyle.SoapAction; SoapBindingUse use = SoapBindingUse.Encoded; ///[To be supplied.] ////// /// public SoapRpcServiceAttribute() { } ///[To be supplied.] ///public SoapServiceRoutingStyle RoutingStyle { get { return routingStyle; } set { routingStyle = value; } } /// /// /// [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
- IIS7UserPrincipal.cs
- DaylightTime.cs
- ErrorInfoXmlDocument.cs
- StandardCommands.cs
- DiffuseMaterial.cs
- DbDataSourceEnumerator.cs
- ConstraintCollection.cs
- Button.cs
- RangeValidator.cs
- PropertyMap.cs
- BuildManagerHost.cs
- WebMessageEncodingBindingElement.cs
- Page.cs
- PropertyChangeTracker.cs
- ListItem.cs
- WebPartEditorOkVerb.cs
- MethodExpr.cs
- ObjectManager.cs
- NumericExpr.cs
- MetricEntry.cs
- Registry.cs
- uribuilder.cs
- WebPartConnectionsEventArgs.cs
- XmlAttributeOverrides.cs
- BaseDataList.cs
- TabControlEvent.cs
- SqlReferenceCollection.cs
- SiteOfOriginPart.cs
- PixelFormatConverter.cs
- Separator.cs
- TrustManagerPromptUI.cs
- ConfigurationLockCollection.cs
- BitmapSourceSafeMILHandle.cs
- UpDownBase.cs
- EmbeddedMailObject.cs
- UrlPropertyAttribute.cs
- InvalidProgramException.cs
- DataControlExtensions.cs
- DbInsertCommandTree.cs
- ToolboxItemSnapLineBehavior.cs
- MultipartIdentifier.cs
- HttpModuleAction.cs
- DictionaryEntry.cs
- WebPartDescriptionCollection.cs
- X509Certificate2.cs
- OdbcReferenceCollection.cs
- BitmapVisualManager.cs
- Process.cs
- HtmlFormWrapper.cs
- Converter.cs
- ConfigXmlElement.cs
- Normalizer.cs
- ClientOptions.cs
- StreamMarshaler.cs
- AdornerPresentationContext.cs
- SoapAttributeAttribute.cs
- XmlSchemaAnnotation.cs
- DataGridViewCellValidatingEventArgs.cs
- BinaryNode.cs
- XmlQueryStaticData.cs
- PerformanceCounterManager.cs
- xmlglyphRunInfo.cs
- HandoffBehavior.cs
- StorageAssociationTypeMapping.cs
- Configuration.cs
- SqlDataSourceCommandParser.cs
- UserValidatedEventArgs.cs
- DynamicPropertyHolder.cs
- AnnotationComponentManager.cs
- CheckBox.cs
- CustomErrorsSection.cs
- PropertyPathConverter.cs
- PolyLineSegment.cs
- Content.cs
- ProxyManager.cs
- SafeRightsManagementSessionHandle.cs
- EmptyControlCollection.cs
- CmsInterop.cs
- DbException.cs
- SafeNativeMethods.cs
- Point.cs
- ControlBuilder.cs
- EdmConstants.cs
- SqlUserDefinedTypeAttribute.cs
- DesignColumn.cs
- TableRowCollection.cs
- GACIdentityPermission.cs
- XmlSchemaSimpleTypeRestriction.cs
- AlternateView.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- MetabaseServerConfig.cs
- ColorDialog.cs
- FormsAuthenticationCredentials.cs
- Vector3DAnimationBase.cs
- BindingOperations.cs
- DispatcherExceptionFilterEventArgs.cs
- SR.cs
- WorkflowExecutor.cs
- Message.cs
- SqlExpressionNullability.cs