Share via


ServerType(Type) 构造函数

定义

创建一个新的 ServerType

public:
 ServerType(Type ^ type);
public ServerType (Type type);
new System.Web.Services.Protocols.ServerType : Type -> System.Web.Services.Protocols.ServerType
Public Sub New (type As Type)

参数

type
Type

公开 XML Web services 的 Type

适用于