SoapServerType Members
.NET Framework 2.0
The SoapServerType class represents the type on which the XML Web service is based.
The following tables list the members exposed by the SoapServerType type.
| Name | Description | |
|---|---|---|
| ServiceDefaultIsEncoded | Returns a Boolean that indicates whether SOAP data transmissions sent to and from this XML Web service are encoded by default. |
| ServiceNamespace | Gets a String that contains the namespace to which this XML Web service belongs. |
| ServiceRoutingOnSoapAction | Returns a Boolean that indicates whether SOAP messages that are routed to this XML Web service are routed based on the SOAPAction HTTP header. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetDuplicateMethod | Returns the duplicate SoapServerMethod associated with the specified key. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetMethod | Returns the SoapServerMethod associated with the specified key. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: