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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.