C# 클래스 GameCreatorGroupProject.TCPClient

파일 보기 프로젝트 열기: HeroOfTheWinds/CS-350-410-431-Group-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
client System.Net.Sockets.TcpClient

보호된 프로퍼티들

프로퍼티 타입 설명
stream NetworkStream

공개 메소드들

메소드 설명
connectClient ( string serverIP ) : void
disconnectClient ( ) : void
getClientType ( ) : int
send ( Object data ) : void

메소드 상세

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

abstract public connectClient ( string serverIP ) : void
serverIP string
리턴 void

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

abstract public disconnectClient ( ) : void
리턴 void

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

abstract public getClientType ( ) : int
리턴 int

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

abstract public send ( Object data ) : void
data Object
리턴 void

프로퍼티 상세

client 공개적으로 프로퍼티

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

stream 보호되어 있는 프로퍼티

protected NetworkStream stream
리턴 NetworkStream