共用方式為


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

屬性

適用於