C# Class GameCreatorGroupProject.TCPClient

Exibir arquivo Open project: HeroOfTheWinds/CS-350-410-431-Group-Project Class Usage Examples

Public Properties

Property Type Description
client System.Net.Sockets.TcpClient

Protected Properties

Property Type Description
stream NetworkStream

Public Methods

Method Description
connectClient ( string serverIP ) : void
disconnectClient ( ) : void
getClientType ( ) : int
send ( Object data ) : void

Method Details

connectClient() abstract public method

abstract public connectClient ( string serverIP ) : void
serverIP string
return void

disconnectClient() abstract public method

abstract public disconnectClient ( ) : void
return void

getClientType() abstract public method

abstract public getClientType ( ) : int
return int

send() abstract public method

abstract public send ( Object data ) : void
data Object
return void

Property Details

client public_oe property

public TcpClient,System.Net.Sockets client
return System.Net.Sockets.TcpClient

stream protected_oe property

protected NetworkStream stream
return NetworkStream