SoapServerType Class
The SoapServerType class represents the type on which the XML Web service is based.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | SoapServerType(Type, WebServiceProtocols) | Initializes a new instance of the SoapServerType class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetDuplicateMethod(Object) | Returns the duplicate SoapServerMethod associated with the specified key. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMethod(Object) | Returns the SoapServerMethod associated with the specified key. |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

