HttpResponse.Body Propiedad

Definición

Obtiene o establece el cuerpo Streamde la respuesta .

public:
 abstract property System::IO::Stream ^ Body { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public abstract System.IO.Stream Body { get; set; }
member this.Body : System.IO.Stream with get, set
Public MustOverride Property Body As Stream

Valor de propiedad

Se aplica a