i working with xamarin forms. my .net framework is 4.5 here is my code. var socket = new Socket(myurl); socket.On(Socket.EVENT_OPEN, () => { }); socket.Open(); string y = socket.Id; im getting id=null can anyone suggest me? what im doing wrong?
i working with xamarin forms. my .net framework is 4.5
here is my code.
var socket = new Socket(myurl);
socket.On(Socket.EVENT_OPEN, () =>
{
can anyone suggest me? what im doing wrong?