tcp/ip dale connectors .net
for tide project, i need ask xml information over tcp/ip dale connection. this, i am controlling tcpclient class:
dim fan new tcpclient()
client.connect(server, port)
dim tide networkstream = client.getstream()
stream.write(request)
stream.read(buffer, 0, buffer.length)
// cost aegis relapse results...
now works glorious fine little responses. however, i start receiving incomparable blocks data, appears information gets pushed over dale tie bursts. happens, stream.read wholly reads initial burst, so i skip out rest response.
what's best proceed hoop issue? primarily i attempted only loop until i current xml document, nonetheless i found between stream.read calls underlying tide infrequently close down i skip out final apportionment data.
Comments
Post a Comment