E_Furcadia_Net_Proxy_ProxySession_ServerData2 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

ProxySession.ServerData2 Event

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

This is triggered when the Server sends data to the client. Doesn't expect a return value.

Namespace: Furcadia.Net.Proxy
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public override event NetProxy.DataEventHandler2 ServerData2

VB

Public Overrides Event ServerData2 As NetProxy.DataEventHandler2

VB Usage

Dim instance As ProxySession
Dim handler As NetProxy.DataEventHandler2

AddHandler instance.ServerData2, handler

C++

public:
virtual  event NetProxy.DataEventHandler2^ ServerData2 {
	void add (NetProxy.DataEventHandler2^ value);
	void remove (NetProxy.DataEventHandler2^ value);
}

F#

abstract ServerData2 : IEvent<NetProxy.DataEventHandler2,
    EventArgs>
override ServerData2 : IEvent<NetProxy.DataEventHandler2,
    EventArgs>

Value

Type: Furcadia.Net.NetProxy.DataEventHandler2

See Also

Reference

ProxySession Class
Furcadia.Net.Proxy Namespace

⚠️ **GitHub.com Fallback** ⚠️