SoapTransportImporter.IsSupportedTransport(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, cette méthode détermine si le protocole de transport spécifié est pris en charge par le service Web XML.
public:
abstract bool IsSupportedTransport(System::String ^ transport);
public abstract bool IsSupportedTransport (string transport);
abstract member IsSupportedTransport : string -> bool
Public MustOverride Function IsSupportedTransport (transport As String) As Boolean
Paramètres
- transport
- String
URI représentant le protocole de transport devant être vérifié.
Retours
true
si le protocole de transport est pris en charge ; sinon false
.