C# 클래스 AddonManager.IPCTalk.IPCBase

파일 보기 프로젝트 열기: berkay2578/nfsw-server

보호된 프로퍼티들

프로퍼티 타입 설명
client System.Net.Sockets.TcpClient
ct System.Threading.CancellationToken
cts System.Threading.CancellationTokenSource
isInitialized System.Boolean
log log4net.ILog
port System.Int32
stream System.Net.Sockets.NetworkStream

공개 메소드들

메소드 설명
initialize ( Int32 port ) : void
listenLoop ( ) : void
read ( ) : Task
shutdown ( ) : void
write ( String message ) : Task

메소드 상세

initialize() 공개 추상적인 메소드

public abstract initialize ( Int32 port ) : void
port System.Int32
리턴 void

listenLoop() 공개 추상적인 메소드

public abstract listenLoop ( ) : void
리턴 void

read() 공개 메소드

public read ( ) : Task
리턴 Task

shutdown() 공개 추상적인 메소드

public abstract shutdown ( ) : void
리턴 void

write() 공개 메소드

public write ( String message ) : Task
message String
리턴 Task

프로퍼티 상세

client 보호되어 있는 프로퍼티

protected TcpClient,System.Net.Sockets client
리턴 System.Net.Sockets.TcpClient

ct 보호되어 있는 프로퍼티

protected CancellationToken,System.Threading ct
리턴 System.Threading.CancellationToken

cts 보호되어 있는 프로퍼티

protected CancellationTokenSource,System.Threading cts
리턴 System.Threading.CancellationTokenSource

isInitialized 보호되어 있는 프로퍼티

protected Boolean,System isInitialized
리턴 System.Boolean

log 보호되어 있는 프로퍼티

protected log4net.ILog log
리턴 log4net.ILog

port 보호되어 있는 프로퍼티

protected Int32,System port
리턴 System.Int32

stream 보호되어 있는 프로퍼티

protected NetworkStream,System.Net.Sockets stream
리턴 System.Net.Sockets.NetworkStream