Set debug to true to print socket output to stdout.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal host As String,  _ 
   ByVal port As Integer,  _ 
   ByVal debug As Boolean _ 
)
C#
public NetricsServerInterface(
   string host,
   int port,
   bool debug
)
C++
public:
 NetricsServerInterface(
   String host,
   int port,
   bool debug
) sealed 
J#
public NetricsServerInterface(
   string host,
   int port,
   bool debug
)
JScript
public function NetricsServerInterface(
   host : String,
   port : int,
   debug : bool
)

Parameters

host
port
debug

See Also