Search found 3 matches

by Paradox
20 May 2017, 07:02
Forum: SFS2X C# API
Topic: server connection
Replies: 5
Views: 6696

Re: server connection

Hi, please explain what runtime you're using? Is it standard .Net? Windows Store? Mono? Also what API version are you using and which DLL are you using (we provide several, for different targets). Thanks p.s. = have you reconfigured the server to run on TCP port 443? By default SFS2X runs on 9933. ...
by Paradox
19 May 2017, 17:30
Forum: SFS2X C# API
Topic: server connection
Replies: 5
Views: 6696

Re: server connection

Hi, please explain what runtime you're using? Is it standard .Net? Windows Store? Mono? Also what API version are you using and which DLL are you using (we provide several, for different targets). Thanks p.s. = have you reconfigured the server to run on TCP port 443? By default SFS2X runs on 9933. ...
by Paradox
19 May 2017, 11:01
Forum: SFS2X C# API
Topic: server connection
Replies: 5
Views: 6696

server connection

I trying to connect to remote server and it gives me an error. Code: static void Main(string[] args) { SmartFox sfs = new SmartFox(); sfs.Connect("xxx.x.xxx.xxx", 443); sfs.AddEventListener(SFSEvent.CONNECTION, OnConnection); Console.Read(); } static void OnConnection(BaseEvent e) { if ((b...

Go to advanced search