System.Web.Services.Description.ServiceDescriptionImporter.ProtocolName Property

Gets or sets the protocol used to access the described XML Web services.

Syntax

public string ProtocolName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The allowed values of this property are:

  • "Soap"

  • "Soap12"

  • "HttpPost"

  • "HttpGet"

  • "HttpSoap"

The default value is "Soap", which indicates the SOAP 1.1 standard.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0