SoapServerType(Type, WebServiceProtocols) Constructor

Definición

Inicializa una nueva instancia de la clase SoapServerType.

public:
 SoapServerType(Type ^ type, System::Web::Services::Configuration::WebServiceProtocols protocolsSupported);
public SoapServerType (Type type, System.Web.Services.Configuration.WebServiceProtocols protocolsSupported);
new System.Web.Services.Protocols.SoapServerType : Type * System.Web.Services.Configuration.WebServiceProtocols -> System.Web.Services.Protocols.SoapServerType
Public Sub New (type As Type, protocolsSupported As WebServiceProtocols)

Parámetros

type
Type

Objeto Type en el que se basa este servicio Web XML.

protocolsSupported
WebServiceProtocols

Valor WebServiceProtocols que especifica los protocolos de transmisión utilizados para descifrar los datos enviados en la solicitud del servicio Web XML.

Se aplica a