Udostępnij za pośrednictwem


ResponseMessage.ResponseBody Property

Definition

Gets or sets message body in the response Message

[System.Runtime.Serialization.DataMember(Name="ResponseBody")]
public System.Collections.Generic.IEnumerable<ArraySegment<byte>> ResponseBody { get; set; }
[<System.Runtime.Serialization.DataMember(Name="ResponseBody")>]
member this.ResponseBody : seq<ArraySegment<byte>> with get, set
Public Property ResponseBody As IEnumerable(Of ArraySegment(Of Byte))

Property Value

Attributes

Applies to