A stream to access the response content


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Property ContentStream As Stream
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
public Stream ContentStream { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
public property Stream ContentStream sealed  {
    Stream get();
    void set(Stream value);
}
J#
/** property */
public Stream get_ContentStream();

/** property */
public void set_ContentStream(Stream value);
JScript
public CompilerGeneratedAttribute function get ContentStream() : Stream

public CompilerGeneratedAttribute function set ContentStream(value : Stream);

See Also