HttpMethodAttribute 생성자

정의

HttpMethodAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
HttpMethodAttribute()

HttpMethodAttribute 클래스의 새 인스턴스를 초기화합니다.

HttpMethodAttribute(Type, Type)

의 새 인스턴스를 HttpMethodAttribute초기화합니다.

HttpMethodAttribute()

HttpMethodAttribute 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

HttpMethodAttribute(Type, Type)

의 새 인스턴스를 HttpMethodAttribute초기화합니다.

public:
 HttpMethodAttribute(Type ^ returnFormatter, Type ^ parameterFormatter);
public HttpMethodAttribute(Type returnFormatter, Type parameterFormatter);
new System.Web.Services.Protocols.HttpMethodAttribute : Type * Type -> System.Web.Services.Protocols.HttpMethodAttribute
Public Sub New (returnFormatter As Type, parameterFormatter As Type)

매개 변수

returnFormatter
Type

XML 웹 서비스 메서드의 ReturnFormatter 응답을 역직렬화하는 속성 Type 으로 초기화합니다.

parameterFormatter
Type

XML 웹 서비스 클라이언트에서 XML 웹 서비스 메서드로 ParameterFormatter 전송된 매개 변수를 serialize하는 속성으로 속성을 초기화 Type 합니다.

적용 대상