IMetadataExchange.Get(Message) 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.
Retourne les métadonnées du service.
public:
System::ServiceModel::Channels::Message ^ Get(System::ServiceModel::Channels::Message ^ request);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2004/09/transfer/Get", ReplyAction="http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse")]
public System.ServiceModel.Channels.Message Get (System.ServiceModel.Channels.Message request);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2004/09/transfer/Get", ReplyAction="http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse")>]
abstract member Get : System.ServiceModel.Channels.Message -> System.ServiceModel.Channels.Message
Public Function Get (request As Message) As Message
Paramètres
Retours
Message contenant les métadonnées.
- Attributs