Returns the input received from the server, pre-parse
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
SyntaxPublic Function getInput As String
public:
virtual String^ getInput() sealed
abstract getInput : unit -> string
override getInput : unit -> string
Return Value
Type:
StringInput received from the server, pre-parse
Implements
IDataTablegetInput
See Also