IMetadataExchange.Get(Message) 方法

定义

返回服务元数据。

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

参数

request
Message

包含元数据的请求的 Message

返回

Message

包含元数据的 Message

属性

适用于