Udostępnij za pośrednictwem


SoapServerType(Type, WebServiceProtocols) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

type
Type

Na Type którym jest oparta ta usługa sieci Web XML.

protocolsSupported
WebServiceProtocols

WebServiceProtocols Wartość określająca protokoły transmisji używane do odszyfrowywania danych wysyłanych w żądaniu usługi sieci Web XML.

Dotyczy