WebService.SoapVersion 속성

정의

XML Web services에 대한 SOAP 요청을 수행하는 데 사용된 SOAP 프로토콜의 버전을 가져옵니다.

public:
 property System::Web::Services::Protocols::SoapProtocolVersion SoapVersion { System::Web::Services::Protocols::SoapProtocolVersion get(); };
[System.ComponentModel.Browsable(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public System.Web.Services.Protocols.SoapProtocolVersion SoapVersion { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.SoapVersion : System.Web.Services.Protocols.SoapProtocolVersion
Public ReadOnly Property SoapVersion As SoapProtocolVersion

속성 값

SoapProtocolVersion 값 중 하나입니다. 기본값은 Default입니다.

특성

설명

SOAP 프로토콜의 값, HTTP-GET 또는 HTTP-POST를 같은 XML 웹 서비스와 통신 하는 사용 되지 않은 경우는 SoapVersion 속성은 Default합니다.

파생 되지 않은 XML Web services는 WebService 클래스를 XML 웹 서비스 수 액세스할 수도 있습니다 "WebServiceSoapVersion" 항목을 사용 하 여 SOAP 요청을 수행 하는 데 사용 된 SOAP 프로토콜의 버전을 HttpContext.Items 속성입니다. 항목 형식이 한지 SoapProtocolVersion합니다.

적용 대상

추가 정보