nedcomp hosting homepage

Producten en diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework Class Library  

System.Runtime.Remoting.Metadata Namespace

The System.Runtime.Remoting.Metadata namespace contains classes and attributes that can be used to customize generation and processing of SOAP for objects and fields. The classes of this namespace can be used to indicate the SOAPAction header field, type output, XML element name, and the method XML namespace URI. This information is used by the SOAP serializer during SOAP generation and the Soapsuds tool during Web Services Description Language (WSDL) generation. The information specified by the attributes in this namespace can be used on the receiving end of the generated SOAP to customize processing of the remoted method calls and objects.

One of the most important classes of the System.Runtime.Remoting.Metadata namespace is SoapAttribute class. The SoapAttribute class is nonfunctional, and can only be used as the base class for all the metadata attributes.

For more information on the SOAPAction HTTP header field, see www.w3.org/tr/soap/#_Toc478383528.

Namespace hierarchy

Classes

Class Description
SoapAttribute Provides default functionality for all SOAP attributes.
SoapFieldAttribute Customizes SOAP generation and processing for a field. This class cannot be inherited.
SoapMethodAttribute Customizes SOAP generation and processing for a method. This class cannot be inherited.
SoapParameterAttribute Customizes SOAP generation and processing for a parameter. This class cannot be inherited.
SoapTypeAttribute Customizes SOAP generation and processing for target types. This class cannot be inherited.

Enumerations

Enumeration Description
SoapOption Specifies the SOAP configuration options for use with the SoapTypeAttribute class.

See Also

.NET Framework Class Library