C# Class Tce.RpcConnectionSocket.ReturnValue

Datei anzeigen Open project: adoggie/TCE

Public Properties

Property Type Description
code int
msglist List
remain System.IO.MemoryStream
size int

Public Methods

Method Description
ReturnValue ( int code, List msglist, MemoryStream remain = null ) : System

Method Details

ReturnValue() public method

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

Property Details

code public_oe property

public int code
return int

msglist public_oe property

public List msglist
return List

remain public_oe property

public MemoryStream,System.IO remain
return System.IO.MemoryStream

size public_oe property

public int size
return int