ClientBase.SendServer Method (String)

FFF3PP

ClientBaseSendServer Method (String)

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Sends Data to the Game server

Namespace:  Furcadia.Net.DirectConnection
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public virtual void SendServer(
	string message
)
Public Overridable Sub SendServer ( 
	message As String
)

Dim instance As ClientBase
Dim message As String

instance.SendServer(message)
public:
virtual void SendServer(
	String^ message
)
abstract SendServer : 
        message : string -> unit 
override SendServer : 
        message : string -> unit 

Parameters

message
Type: SystemString
string to send to game server
See Also