IMetadataExchange.Get(Message) Method

Definition

Returns the service metadata.

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

Parameters

request
Message

A Message that contains the request for metadata.

Returns

A Message containing the metadata.

Attributes

Applies to