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;
///
///
/// [To be supplied.]
///
[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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Services.Protocols {
using System;
using System.Web.Services.Description;
using System.Runtime.InteropServices;
///
///
/// [To be supplied.]
///
[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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DetailsView.cs
- DataViewManagerListItemTypeDescriptor.cs
- QueryCreatedEventArgs.cs
- bidPrivateBase.cs
- TableItemProviderWrapper.cs
- EncryptedKey.cs
- ControlIdConverter.cs
- TypeReference.cs
- ToolStripRenderEventArgs.cs
- Message.cs
- MimeWriter.cs
- returneventsaver.cs
- SymbolMethod.cs
- TcpHostedTransportConfiguration.cs
- DataGridColumnReorderingEventArgs.cs
- COM2ExtendedTypeConverter.cs
- XmlChildEnumerator.cs
- NamedElement.cs
- HelpHtmlBuilder.cs
- CodeDirectionExpression.cs
- ISAPIRuntime.cs
- UIElementHelper.cs
- MethodSignatureGenerator.cs
- ManifestResourceInfo.cs
- TemplateParser.cs
- QuinticEase.cs
- CommonGetThemePartSize.cs
- EmbeddedObject.cs
- DocumentCollection.cs
- RightsManagementResourceHelper.cs
- MessageFilterException.cs
- ApplicationDirectoryMembershipCondition.cs
- PropertyFilter.cs
- TextParagraphProperties.cs
- SmtpLoginAuthenticationModule.cs
- XomlSerializationHelpers.cs
- PerfService.cs
- JavaScriptObjectDeserializer.cs
- PageTrueTypeFont.cs
- ReliableDuplexSessionChannel.cs
- PolicyException.cs
- ValueType.cs
- ToolStripContainer.cs
- TemplateField.cs
- RuntimeHandles.cs
- Types.cs
- LinkConverter.cs
- CatalogZone.cs
- SslStream.cs
- GatewayDefinition.cs
- OleDbConnectionFactory.cs
- TimeZone.cs
- ExtensionQuery.cs
- X509UI.cs
- SizeConverter.cs
- AsyncOperation.cs
- SystemResourceKey.cs
- IsolationInterop.cs
- GeneratedView.cs
- RegexCompiler.cs
- FileLoadException.cs
- UnsafeNativeMethodsPenimc.cs
- ImageConverter.cs
- EntityDesignerBuildProvider.cs
- ISFClipboardData.cs
- BindingCollection.cs
- SlotInfo.cs
- SafeNativeMethods.cs
- MailDefinition.cs
- SubstitutionList.cs
- ActivityCodeGenerator.cs
- RawAppCommandInputReport.cs
- Interop.cs
- DataGridHelper.cs
- AccessibilityApplicationManager.cs
- SoapCodeExporter.cs
- XmlCodeExporter.cs
- HttpModulesInstallComponent.cs
- IFlowDocumentViewer.cs
- ViewBase.cs
- ADRoleFactoryConfiguration.cs
- IdentityValidationException.cs
- CurrentChangingEventManager.cs
- ConfigDefinitionUpdates.cs
- SpecialFolderEnumConverter.cs
- EventSchemaTraceListener.cs
- Ref.cs
- ComponentDispatcher.cs
- MaskedTextProvider.cs
- DataGridViewCellValidatingEventArgs.cs
- DataGridViewRowsAddedEventArgs.cs
- TemplatedMailWebEventProvider.cs
- SchemaContext.cs
- CommonRemoteMemoryBlock.cs
- DbConnectionPool.cs
- ColumnCollectionEditor.cs
- TitleStyle.cs
- DbCommandTree.cs
- IntMinMaxAggregationOperator.cs
- TypographyProperties.cs