Sdílet prostřednictvím


SoapServerType(Type, WebServiceProtocols) Konstruktor

Definice

Inicializuje novou instanci SoapServerType třídy.

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)

Parametry

type
Type

Na Type které je založena tato webová služba XML.

protocolsSupported
WebServiceProtocols

WebServiceProtocolsHodnota, která určuje přenosové protokoly, které se používají k dešifrování dat odeslaných v požadavku webové služby XML.

Platí pro