C# Class LightNode.Performance.Perf

Inheritance: LightNode.Server.LightNodeContract
Exibir arquivo Open project: neuecc/LightNode

Public Methods

Method Description
Echo ( string name, int x, int y, MyEnum e ) : MyClass
Te ( ) : System.Threading.Tasks.Task
Te4 ( string xs ) : string
TeVoid ( ) : void
Test ( string a = null, int x = null, MyEnum2 z = null ) : void
TestArray ( string array, int array2, MyEnum array3 ) : void

Private Methods

Method Description
ByteArrayCheck1 ( int x, string y, byte byteArray ) : void
ByteArrayCheck2 ( string array, int array2, MyEnum array3, byte byteArray ) : void
ByteArrayCheck3 ( int x, string y, byte byteArray, string a = null, int xxx = null, MyEnum2 z = null ) : void
Ignore ( string a ) : void
IgnoreClient ( string a ) : void
PostString ( string hoge ) : string

Method Details

Echo() public method

public Echo ( string name, int x, int y, MyEnum e ) : MyClass
name string
x int
y int
e MyEnum
return MyClass

Te() public method

public Te ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Te4() public method

public Te4 ( string xs ) : string
xs string
return string

TeVoid() public method

public TeVoid ( ) : void
return void

Test() public method

public Test ( string a = null, int x = null, MyEnum2 z = null ) : void
a string
x int
z MyEnum2
return void

TestArray() public method

public TestArray ( string array, int array2, MyEnum array3 ) : void
array string
array2 int
array3 MyEnum
return void