WebServicesSection.Protocols Egenskap

Definition

Hämtar överföringsprotokollet som används för att dekryptera data som skickas från en klientwebbläsare i en HTTP-begäran.

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

Egenskapsvärde

Ett WebServiceProtocols objekt som representerar överföringsprotokollet som används för att dekryptera data som skickas från en klientwebbläsare i en HTTP-begäran.

Attribut

Kommentarer

Data som skickas i en HTTP-begäran till en XML-webbtjänst kan innehålla metodanrop och parametrar.

Gäller för