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)
<ConfigurationPropertyAttribute("protocols")> Public ReadOnly Property Protocols As ProtocolElementCollection
Property Value
Type: System.Web.Services.Configuration.ProtocolElementCollectionA 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: