C# 클래스 Tce.RpcLogHandlerUdp

상속: RpcLogHandler
파일 보기 프로젝트 열기: adoggie/TCE

공개 메소드들

메소드 설명
RpcLogHandlerUdp ( string name, string host, int port ) : System
close ( ) : void
open ( ) : bool
write ( string msg ) : void

메소드 상세

RpcLogHandlerUdp() 공개 메소드

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

close() 공개 메소드

public close ( ) : void
리턴 void

open() 공개 메소드

public open ( ) : bool
리턴 bool

write() 공개 메소드

public write ( string msg ) : void
msg string
리턴 void