C# Class Tce.RpcLogHandlerUdp

Inheritance: RpcLogHandler
Afficher le fichier Open project: adoggie/TCE

Méthodes publiques

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

Method Details

RpcLogHandlerUdp() public méthode

public RpcLogHandlerUdp ( string name, string host, int port ) : System
name string
host string
port int
Résultat System

close() public méthode

public close ( ) : void
Résultat void

open() public méthode

public open ( ) : bool
Résultat bool

write() public méthode

public write ( string msg ) : void
msg string
Résultat void