다음을 통해 공유


WebServicesSection.Protocols 속성

정의

HTTP 요청에서 클라이언트 브라우저가 보낸 데이터를 해독하는 데 사용되는 전송 프로토콜을 가져옵니다.

public:
 property System::Web::Services::Configuration::ProtocolElementCollection ^ Protocols { System::Web::Services::Configuration::ProtocolElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("protocols")]
public System.Web.Services.Configuration.ProtocolElementCollection Protocols { get; }
[<System.Configuration.ConfigurationProperty("protocols")>]
member this.Protocols : System.Web.Services.Configuration.ProtocolElementCollection
Public ReadOnly Property Protocols As ProtocolElementCollection

속성 값

ProtocolElementCollection

HTTP 요청에서 클라이언트 브라우저가 보낸 데이터를 해독하는 데 사용되는 전송 프로토콜을 나타내는 WebServiceProtocols 개체입니다.

특성

설명

XML 웹 서비스에 HTTP 요청에서 전송 되는 데이터 메서드 호출 및 매개 변수를 포함할 수 있습니다.

적용 대상