A simple echo test

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public string TestEcho(
	string echo
)
Visual Basic (Declaration)
Public Function TestEcho ( _
	echo As String _
) As String
Visual C++
public:
String^ TestEcho(
	String^ echo
)

Parameters

echo
Type: System..::.String
Some text that will be echo back to you

Return Value

The text sent

Remarks

This method encapsulates test.echo

Exceptions

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error

See Also