|
BaseServerInstruction Constructor (String)
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Reads the raw server instruction and set this object to its settings
Default Server instruction type is Unknown
Namespace:
Furcadia.Net.Utils.ServerParser
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public BaseServerInstruction(
string ServerInstruction
)
Public Sub New (
ServerInstruction As String
)
Dim ServerInstruction As String
Dim instance As New BaseServerInstruction(ServerInstruction)
public:
BaseServerInstruction(
String^ ServerInstruction
)
new :
ServerInstruction : string -> BaseServerInstruction
Parameters
- ServerInstruction
- Type: SystemString
raw server instruction
See Also