SoapServerMethod 생성자

정의

SoapServerMethod를 만듭니다.

오버로드

Name Description
SoapServerMethod()

SoapServerMethod를 만듭니다.

SoapServerMethod(Type, LogicalMethodInfo)

SoapServerMethod를 만듭니다.

SoapServerMethod()

SoapServerMethod를 만듭니다.

public:
 SoapServerMethod();
public SoapServerMethod();
Public Sub New ()

적용 대상

SoapServerMethod(Type, LogicalMethodInfo)

SoapServerMethod를 만듭니다.

public:
 SoapServerMethod(Type ^ serverType, System::Web::Services::Protocols::LogicalMethodInfo ^ methodInfo);
public SoapServerMethod(Type serverType, System.Web.Services.Protocols.LogicalMethodInfo methodInfo);
new System.Web.Services.Protocols.SoapServerMethod : Type * System.Web.Services.Protocols.LogicalMethodInfo -> System.Web.Services.Protocols.SoapServerMethod
Public Sub New (serverType As Type, methodInfo As LogicalMethodInfo)

매개 변수

serverType
Type

이 메서드가 Type 속한 메서드입니다.

methodInfo
LogicalMethodInfo

LogicalMethodInfoSoapServerMethod작업을 초기화할 작업입니다.

적용 대상