M_Furcadia_Net_Proxy_ProxySession_SendToServer - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Send a raw instruction to Server through the Load Balancer
Namespace: Furcadia.Net.Proxy
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public override void SendToServer(
string message
)
VB
Public Overrides Sub SendToServer (
message As String
)
VB Usage
Dim instance As ProxySession
Dim message As String
instance.SendToServer(message)
C++
public:
virtual void SendToServer(
String^ message
) override
F#
abstract SendToServer :
message : string -> unit
override SendToServer :
message : string -> unit
- message
- Type: System.String
Client to server Instruction
ProxySession Class
SendToServer Overload
Furcadia.Net.Proxy Namespace