C# Class AxMSTSCLib.IMsTscAxEvents_OnChannelReceivedDataEvent

Show file Open project: Nullstr1ng/MultiRDPClient.NET

Public Properties

Property Type Description
chanName string
data string

Public Methods

Method Description
IMsTscAxEvents_OnChannelReceivedDataEvent ( string chanName, string data )

Method Details

IMsTscAxEvents_OnChannelReceivedDataEvent() public method

public IMsTscAxEvents_OnChannelReceivedDataEvent ( string chanName, string data )
chanName string
data string

Property Details

chanName public property

public string chanName
return string

data public property

public string data
return string