SoapDocumentMethodAttribute 생성자

정의

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

오버로드

SoapDocumentMethodAttribute()

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

SoapDocumentMethodAttribute(String)

SoapDocumentMethodAttribute 속성을 action 매개 변수 값으로 설정하여 Action 클래스의 새 인스턴스를 초기화합니다.

SoapDocumentMethodAttribute()

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

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

적용 대상

SoapDocumentMethodAttribute(String)

SoapDocumentMethodAttribute 속성을 action 매개 변수 값으로 설정하여 Action 클래스의 새 인스턴스를 초기화합니다.

public:
 SoapDocumentMethodAttribute(System::String ^ action);
public SoapDocumentMethodAttribute (string action);
new System.Web.Services.Protocols.SoapDocumentMethodAttribute : string -> System.Web.Services.Protocols.SoapDocumentMethodAttribute
Public Sub New (action As String)

매개 변수

action
String

SOAP 요청의 SOAPAction HTTP 헤더 필드입니다. Action 속성을 설정합니다.

적용 대상