C# Class TestMode.MainClass

Afficher le fichier Open project: CodersCommunity/csharp-materialy

Méthodes publiques

Méthode Description
Func ( ) : void
Func ( char d ) : void
Func ( string q ) : void
Receive ( Socket sk ) : string
Send ( string message, Socket sk ) : void
function ( string kl, int x ) : void
function ( string arg, string arg2, int x, int y ) : void

Private Methods

Méthode Description
ArrayByteToObject ( byte Byte ) : object
Callback ( IAsyncResult IR ) : void
Fun ( ) : void
Fun ( string Argument, string Argument2 ) : void
Main ( ) : void
ObjectToArrayByte ( object ob ) : byte[]
a ( int x ) : int
b ( double xlay ) : double
cd ( int x ) : int
cza ( ) : char
func ( ) : int
func ( int x ) : void
function ( ) : void

Method Details

Func() public static méthode

public static Func ( ) : void
Résultat void

Func() public static méthode

public static Func ( char d ) : void
d char
Résultat void

Func() public static méthode

public static Func ( string q ) : void
q string
Résultat void

Receive() public static méthode

public static Receive ( Socket sk ) : string
sk System.Net.Sockets.Socket
Résultat string

Send() public static méthode

public static Send ( string message, Socket sk ) : void
message string
sk System.Net.Sockets.Socket
Résultat void

function() public static méthode

public static function ( string kl, int x ) : void
kl string
x int
Résultat void

function() public static méthode

public static function ( string arg, string arg2, int x, int y ) : void
arg string
arg2 string
x int
y int
Résultat void