Interface IClientProcessor
Namespace: ArtOfTest.WebAii.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IClientProcessor
Properties
TestConnection
Declaration
string TestConnection { get; }
Property Value
System.String
|
Methods
ProcessCommand(String)
Declaration
string ProcessCommand(string command)
Parameters
System.String
command
|
Returns
System.String
|