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

en Type el que se basa este servicio web XML.

protocolsSupported
WebServiceProtocols

Valor WebServiceProtocols que especifica los protocolos de transmisión que se usan para descifrar los datos enviados en la solicitud de servicio web XML.

Se aplica a