Define whether the service will use an upstream proxy


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

Syntax

Visual Basic (Declaration)
<XmlAttributeAttribute("UseUpstream")>
Public Property UseUpstream As Boolean
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
[XmlAttributeAttribute("UseUpstream")]
public bool UseUpstream { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
[XmlAttributeAttribute(L"UseUpstream")]
public property bool UseUpstream sealed  {
    bool get();
    void set(bool value);
}
J#
/** @attribute XmlAttributeAttribute("UseUpstream") */
/** property */
public bool get_UseUpstream();

/** property */
public void set_UseUpstream(bool value);
JScript
public CompilerGeneratedAttribute function get UseUpstream() : bool

public CompilerGeneratedAttribute function set UseUpstream(value : bool);

See Also