다음을 통해 공유


NetNamedPipeBinding.EnvelopeVersion 속성

정의

이 바인딩에서 처리한 메시지에 사용되는 SOAP의 버전을 가져옵니다.

public:
 property System::ServiceModel::EnvelopeVersion ^ EnvelopeVersion { System::ServiceModel::EnvelopeVersion ^ get(); };
public System.ServiceModel.EnvelopeVersion EnvelopeVersion { get; }
member this.EnvelopeVersion : System.ServiceModel.EnvelopeVersion
Public ReadOnly Property EnvelopeVersion As EnvelopeVersion

속성 값

EnvelopeVersion

Soap12.

예제

다음 예제에서는 SOAP 버전을 가져오는 방법을 보여 줍니다.

EnvelopeVersion envelopeVersion =
    binding.EnvelopeVersion;

설명

이 바인딩에 SOAP 1.2가 사용되어야 합니다.

적용 대상