C# Class Tce.RpcLogHandlerUdp

Inheritance: RpcLogHandler
Datei anzeigen Open project: adoggie/TCE

Public Methods

Method Description
RpcLogHandlerUdp ( string name, string host, int port ) : System
close ( ) : void
open ( ) : bool
write ( string msg ) : void

Method Details

RpcLogHandlerUdp() public method

public RpcLogHandlerUdp ( string name, string host, int port ) : System
name string
host string
port int
return System

close() public method

public close ( ) : void
return void

open() public method

public open ( ) : bool
return bool

write() public method

public write ( string msg ) : void
msg string
return void