SoapServerType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SoapServerType class represents the type on which the XML Web service is based.
public ref class SoapServerType sealed : System::Web::Services::Protocols::ServerType
public sealed class SoapServerType : System.Web.Services.Protocols.ServerType
type SoapServerType = class
inherit ServerType
Public NotInheritable Class SoapServerType
Inherits ServerType
- Inheritance
Constructors
SoapServerType(Type, WebServiceProtocols) |
Initializes a new instance of the SoapServerType class. |
Properties
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 |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |