SoapServerType 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
SoapServerType 类表示作为 XML Web services 的基础的类型。
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
- 继承
构造函数
SoapServerType(Type, WebServiceProtocols) |
初始化 SoapServerType 类的新实例。 |
属性
ServiceDefaultIsEncoded |
返回一个 Boolean,它指示默认情况下是否对发送到或源自此 XML Web services 的 SOAP 数据传输进行编码。 |
ServiceNamespace |
获取一个 String,其中包含此 XML Web services 所属的命名空间。 |
ServiceRoutingOnSoapAction |
返回一个 Boolean,它指示路由到此 XML Web services 的 SOAP 消息是否根据 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetDuplicateMethod(Object) |
返回与指定键关联的重复的 SoapServerMethod。 |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetMethod(Object) |
返回与指定键关联的 SoapServerMethod。 |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |