Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Shame

Name: Anonymous 2008-12-19 16:55

Hey /prog/

Bear with me here, I have to help a friend with VB .NET stuff, and I can't remember this shit for the life of me.

In a client/server application, how do you send a server-side variable to the client?

Name: Anonymous 2008-12-19 18:39

I assume he's using TCP. If he's just sending a primitive type, he can use BitConverter.GetBytes(primitive) to get an array of bytes, then send that via the .Send method of the socket.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List