WebServicesSection::Protocols Property
.NET Framework (current version)
Gets the transmission protocol that is used to decrypt data sent from a client browser in an HTTP request.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [ConfigurationPropertyAttribute("protocols")] property ProtocolElementCollection^ Protocols { ProtocolElementCollection^ get(); }
Property Value
Type: System.Web.Services.Configuration::ProtocolElementCollection^A WebServiceProtocols object that represents the transmission protocol that is used to decrypt data sent from a client browser in an HTTP request.
The data sent in an HTTP request to an XML Web service can contain method calls and parameters.
.NET Framework
Available since 2.0
Available since 2.0
Show: