C# Class NetLib.PacketLoadfile

Inheritance: Packet
Mostra file Open project: projectgroepA1/ProjectgroepA1 Class Usage Examples

Public Properties

Property Type Description
fileName string

Public Methods

Method Description
PacketLoadfile ( string fileName ) : System
handleServerSide ( ServerInterface serverInterface ) : void

Method Details

PacketLoadfile() public method

public PacketLoadfile ( string fileName ) : System
fileName string
return System

handleServerSide() public method

public handleServerSide ( ServerInterface serverInterface ) : void
serverInterface ServerInterface
return void

Property Details

fileName public_oe property

public string fileName
return string