Compartir a través de


IMetadataExchange.Get(Message) Método

Definición

Devuelve los metadatos del servicio.

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

Parámetros

request
Message

Message que contiene la solicitud de los metadatos.

Devoluciones

Message

Message que contiene los metadatos.

Atributos

Se aplica a