C# Class GameCreatorGroupProject.TCPClient

Afficher le fichier Open project: HeroOfTheWinds/CS-350-410-431-Group-Project Class Usage Examples

Méthodes publiques

Свойство Type Description
client System.Net.Sockets.TcpClient

Protected Properties

Свойство Type Description
stream NetworkStream

Méthodes publiques

Méthode Description
connectClient ( string serverIP ) : void
disconnectClient ( ) : void
getClientType ( ) : int
send ( Object data ) : void

Method Details

connectClient() abstract public méthode

abstract public connectClient ( string serverIP ) : void
serverIP string
Résultat void

disconnectClient() abstract public méthode

abstract public disconnectClient ( ) : void
Résultat void

getClientType() abstract public méthode

abstract public getClientType ( ) : int
Résultat int

send() abstract public méthode

abstract public send ( Object data ) : void
data Object
Résultat void

Property Details

client public_oe property

public TcpClient,System.Net.Sockets client
Résultat System.Net.Sockets.TcpClient

stream protected_oe property

protected NetworkStream stream
Résultat NetworkStream