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입니다.

적용 대상