WebServicesSection.SoapServerProtocolFactoryType 属性

定义

获取与用于调用 Web 服务的协议相对应的 TypeElement 对象。

public:
 property System::Web::Services::Configuration::TypeElement ^ SoapServerProtocolFactoryType { System::Web::Services::Configuration::TypeElement ^ get(); };
[System.Configuration.ConfigurationProperty("soapServerProtocolFactory")]
public System.Web.Services.Configuration.TypeElement SoapServerProtocolFactoryType { get; }
[<System.Configuration.ConfigurationProperty("soapServerProtocolFactory")>]
member this.SoapServerProtocolFactoryType : System.Web.Services.Configuration.TypeElement
Public ReadOnly Property SoapServerProtocolFactoryType As TypeElement

属性值

TypeElement

TypeElement 对象,与用于调用 Web 服务的协议相对应。

属性

适用于