N
Noozer
Hi!
Trying to get my head around working with network connectivity in VB.Net.
I've gotten a fairly decent control based on the sample in the 101VBSamples
available from Microsoft.What I'm having problems with is the
GetStream.BeginRead method. Problem is that it's all one way... My
application connects and is able to send data, but I don't have much in the
way to provide realtime data back from my control
Is GetStrem.BeginRead method a line based method? i.e. Does it wait for the
CR/LF before it fires the delegate to read the buffer?
Is there a character based equivilent method? How about being able to fire
the delegate whenever there is any data at all in the buffer?
Basically, I want to watch the data stream for specific strings and fire an
event when they happen. I also want to have a realtime input buffer that
doesn't depends on a CR/LF to add data to the buffer.
Any help is appreciated!
Trying to get my head around working with network connectivity in VB.Net.
I've gotten a fairly decent control based on the sample in the 101VBSamples
available from Microsoft.What I'm having problems with is the
GetStream.BeginRead method. Problem is that it's all one way... My
application connects and is able to send data, but I don't have much in the
way to provide realtime data back from my control
Is GetStrem.BeginRead method a line based method? i.e. Does it wait for the
CR/LF before it fires the delegate to read the buffer?
Is there a character based equivilent method? How about being able to fire
the delegate whenever there is any data at all in the buffer?
Basically, I want to watch the data stream for specific strings and fire an
event when they happen. I also want to have a realtime input buffer that
doesn't depends on a CR/LF to add data to the buffer.
Any help is appreciated!