C# Class RemoteObject, gert

Inheritance: MarshalByRefObject
Show file Open project: mono/gert Class Usage Examples

Public Properties

Property Type Description
serverString string
serverTimestamp DateTime

Public Methods

Method Description
RemoteObject ( ) : System
ReplyMessage ( String msg ) : String

Method Details

RemoteObject() public method

public RemoteObject ( ) : System
return System

ReplyMessage() public method

public ReplyMessage ( String msg ) : String
msg String
return String

Property Details

serverString public property

public string serverString
return string

serverTimestamp public property

public DateTime serverTimestamp
return DateTime