The host name or IP address of the server to use as an upstream proxy server


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

Syntax

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

/** property */
public void set_UpstreamServer(string value);
JScript
public CompilerGeneratedAttribute function get UpstreamServer() : String

public CompilerGeneratedAttribute function set UpstreamServer(value : String);

See Also