A command separated list of IP addresses that the service will bind to


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

Syntax

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

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

public CompilerGeneratedAttribute function set Addresses(value : String);

See Also