WebServicesSection.Protocols 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得傳輸通訊協定,用來解密在 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
屬性值
WebServiceProtocols 物件,表示傳輸通訊協定,用來解密在 HTTP 要求中從用戶端瀏覽器傳送而來的資料。
- 屬性
備註
在 HTTP 要求中傳送至 XML Web 服務的資料可以包含方法呼叫和參數。