|
ProxySessionClientData2 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 Client sends data to the server.
Expects a return value.
Namespace:
Furcadia.Net.Proxy
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public event ProxySessionDataEventHandler2 ClientData2
Public Event ClientData2 As ProxySessionDataEventHandler2
Dim instance As ProxySession
Dim handler As ProxySessionDataEventHandler2
AddHandler instance.ClientData2, handler
public:
event ProxySessionDataEventHandler2^ ClientData2 {
void add (ProxySessionDataEventHandler2^ value);
void remove (ProxySessionDataEventHandler2^ value);
}
member ClientData2 : IEvent<ProxySessionDataEventHandler2,
EventArgs>
Value
Type:
Furcadia.Net.ProxyProxySessionDataEventHandler2See Also