WebHttpBinding.EnvelopeVersion 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
HTTP 요청을 수신하도록 이 바인딩에서 구성한 엔드포인트에서 사용하는 봉투 버전을 가져옵니다.
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 속성이 있으며 HTTP 요청 수신을 위해 이 바인딩으로 구성된 엔드포인트에서 사용하는 None입니다.