SoapParameterAttribute Class
Customizes SOAP generation and processing for a parameter. This class cannot be inherited.
For a list of all members of this type, see SoapParameterAttribute Members.
System.Object
System.Attribute
System.Runtime.Remoting.Metadata.SoapAttribute
System.Runtime.Remoting.Metadata.SoapParameterAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Parameter)> NotInheritable Public Class SoapParameterAttribute Inherits SoapAttribute [C#] [AttributeUsage(AttributeTargets.Parameter)] public sealed class SoapParameterAttribute : SoapAttribute [C++] [AttributeUsage(AttributeTargets::Parameter)] public __gc __sealed class SoapParameterAttribute : public SoapAttribute [JScript] public AttributeUsage(AttributeTargets.Parameter) class SoapParameterAttribute extends SoapAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The target objects for the SoapParameterAttribute attributes are parameters of method calls that are remotely invoked. The SoapParameterAttribute is used to specify information that controls how the .NET Framework generates the SOAP XML wire format for target parameters.
Requirements
Namespace: System.Runtime.Remoting.Metadata
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
SoapParameterAttribute Members | System.Runtime.Remoting.Metadata Namespace