Ronnie
Ronnie
CC#
Created by Ronnie on 6/30/2023 in #help
send a response from TCP server to client
Done, It works with a klient but i couldnt post it here beacuse .exe file i think
17 replies
CC#
Created by Ronnie on 6/30/2023 in #help
send a response from TCP server to client
17 replies
CC#
Created by Ronnie on 6/30/2023 in #help
send a response from TCP server to client
_klient = await _lyssnare.AcceptTcpClientAsync();
_klient = await _lyssnare.AcceptTcpClientAsync();
When I paste from VS, it jumbles it up sorry
17 replies
CC#
Created by Ronnie on 6/30/2023 in #help
send a response from TCP server to client
try
{
lbl_info.Text = "väntar på koppling...";
_klient = await _lyssnare.AcceptTcpClientAsync();
}
try
{
lbl_info.Text = "väntar på koppling...";
_klient = await _lyssnare.AcceptTcpClientAsync();
}
17 replies
CC#
Created by Ronnie on 6/30/2023 in #help
send a response from TCP server to client
It is, but I dont understand why - does it not uphold a connection after intially connecting in the StartServer method?
17 replies
CC#
Created by Ronnie on 6/30/2023 in #help
send a response from TCP server to client
In the method that sends back response
17 replies
CC#
Created by Ronnie on 6/30/2023 in #help
send a response from TCP server to client
It breaks at
await _klient.GetStream().WriteAsync(utdata, 0, utdata.Length);
await _klient.GetStream().WriteAsync(utdata, 0, utdata.Length);
17 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
So ill close this 🙂
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
inside the book-class
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
Thank you, I somehow got it to work with a
public string GetTitle()
{
return Titel.ToString();
}
public string GetTitle()
{
return Titel.ToString();
}
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
I'm not sure how to fix this though.. Do i need to add something somewhere?
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
so thats why?
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
My private list is in the class Librarian, but the object Book that is saved in the list is in another class
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
aaaaaaaaaaaaaaaaaaaaaaaaaah
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
I am in the same class and i can access the list, but the problem is that I cant specify what element of the object
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
: - (
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
its a requirement for the assignment unfortunately
23 replies
CC#
Created by Ronnie on 5/26/2023 in #help
Private list problems
thank you, ive read it but didnt find an answer
23 replies
CC#
Created by Ronnie on 3/11/2023 in #help
Class library, cant connect to console app
I had no idea, remade it in the right type. now it works! thank you
5 replies