C# Class SocketLibrary.Protocol.Logger.LogMessage

Show file Open project: Wotuu/RTS_XNA_v2

Public Properties

Property Type Description
message String
received System.Boolean

Public Methods

Method Description
LogMessage ( String message, System.Boolean received ) : System

Method Details

LogMessage() public method

public LogMessage ( String message, System.Boolean received ) : System
message String
received System.Boolean
return System

Property Details

message public property

public String message
return String

received public property

public Boolean,System received
return System.Boolean