Message.OnGetBody<T>(XmlDictionaryReader) 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.
Called when the body of the message is retrieved.
protected:
generic <typename T>
virtual T OnGetBody(System::Xml::XmlDictionaryReader ^ reader);
protected virtual T OnGetBody<T> (System.Xml.XmlDictionaryReader reader);
abstract member OnGetBody : System.Xml.XmlDictionaryReader -> 'T
override this.OnGetBody : System.Xml.XmlDictionaryReader -> 'T
Protected Overridable Function OnGetBody(Of T) (reader As XmlDictionaryReader) As T
Type Parameters
- T
The type of the message body.
Parameters
- reader
- XmlDictionaryReader
A XmlDictionaryReader object used to read the body of the message.
Returns
T
A MessageBuffer that represents the body of the message.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา