C# Class Tce.RpcConnectionSocket.ReturnValue

Afficher le fichier Open project: adoggie/TCE

Méthodes publiques

Свойство Type Description
code int
msglist List
remain System.IO.MemoryStream
size int

Méthodes publiques

Méthode Description
ReturnValue ( int code, List msglist, MemoryStream remain = null ) : System

Method Details

ReturnValue() public méthode

public ReturnValue ( int code, List msglist, MemoryStream remain = null ) : System
code int
msglist List
remain System.IO.MemoryStream
Résultat System

Property Details

code public_oe property

public int code
Résultat int

msglist public_oe property

public List msglist
Résultat List

remain public_oe property

public MemoryStream,System.IO remain
Résultat System.IO.MemoryStream

size public_oe property

public int size
Résultat int