TypedMessageConverter.FromMessage(Message) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a typed message from the specified Message instance.
public:
abstract System::Object ^ FromMessage(System::ServiceModel::Channels::Message ^ message);
public abstract object FromMessage (System.ServiceModel.Channels.Message message);
abstract member FromMessage : System.ServiceModel.Channels.Message -> obj
Public MustOverride Function FromMessage (message As Message) As Object
Parameters
- message
- Message
An untyped message.
Returns
An object that is a typed message.
Remarks
This method takes an untyped Windows Communication Foundation (WCF) message, that is, an instance of Message, and converts it into a typed message, that is, an instance of a type that is annotated by the MessageContractAttribute.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.