SipMessageData.GetMessageBody Method

Definition

Gets the message body.

public:
 cli::array <System::Byte> ^ GetMessageBody();
public byte[] GetMessageBody ();
member this.GetMessageBody : unit -> byte[]
Public Function GetMessageBody () As Byte()

Returns

Byte[]

Returns the body.

Applies to