ProtocolElement 构造函数
定义
创建此类的实例。Creates an instance of this class.
重载
| ProtocolElement() |
创建此类的实例。Creates an instance of this class. |
| ProtocolElement(WebServiceProtocols) |
创建该类的一个实例,并初始化 Name 属性。Creates an instance of this class, and initializes the Name property. |
ProtocolElement()
创建此类的实例。Creates an instance of this class.
public:
ProtocolElement();
public ProtocolElement ();
Public Sub New ()
适用于
ProtocolElement(WebServiceProtocols)
public:
ProtocolElement(System::Web::Services::Configuration::WebServiceProtocols protocol);
public ProtocolElement (System.Web.Services.Configuration.WebServiceProtocols protocol);
new System.Web.Services.Configuration.ProtocolElement : System.Web.Services.Configuration.WebServiceProtocols -> System.Web.Services.Configuration.ProtocolElement
Public Sub New (protocol As WebServiceProtocols)
参数
- protocol
- WebServiceProtocols