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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา