次の方法で共有


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 サービスを公開する Type

適用対象