Click here to Skip to main content
15,914,162 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help in Grid Control Pin
murali_utr2-Aug-04 5:03
murali_utr2-Aug-04 5:03 
GeneralRe: Help in Grid Control Pin
DougW482-Aug-04 13:58
DougW482-Aug-04 13:58 
QuestionHow to generate XML Documnets Pin
31-Jul-04 11:23
suss31-Jul-04 11:23 
AnswerRe: How to generate XML Documnets Pin
Heath Stewart31-Jul-04 15:02
protectorHeath Stewart31-Jul-04 15:02 
GeneralRe: How to generate XML Documnets Pin
Salman Taseer`31-Jul-04 15:05
Salman Taseer`31-Jul-04 15:05 
GeneralRe: How to generate XML Documnets Pin
Heath Stewart31-Jul-04 15:10
protectorHeath Stewart31-Jul-04 15:10 
GeneralRe: How to generate XML Documnets Pin
Salman Taseer`31-Jul-04 15:19
Salman Taseer`31-Jul-04 15:19 
GeneralVBA and C# Pin
Anonymous31-Jul-04 7:21
Anonymous31-Jul-04 7:21 
GeneralRe: VBA and C# Pin
Heath Stewart31-Jul-04 14:59
protectorHeath Stewart31-Jul-04 14:59 
GeneralRe: VBA and C# Pin
Anonymous1-Aug-04 3:35
Anonymous1-Aug-04 3:35 
GeneralRe: VBA and C# Pin
Dave Kreskowiak1-Aug-04 4:33
mveDave Kreskowiak1-Aug-04 4:33 
GeneralNetworkStream/TcpClient Pin
leppie31-Jul-04 6:14
leppie31-Jul-04 6:14 
GeneralRe: NetworkStream/TcpClient Pin
Heath Stewart31-Jul-04 6:22
protectorHeath Stewart31-Jul-04 6:22 
GeneralRe: NetworkStream/TcpClient Pin
leppie31-Jul-04 6:28
leppie31-Jul-04 6:28 
GeneralRe: NetworkStream/TcpClient Pin
leppie31-Jul-04 6:33
leppie31-Jul-04 6:33 
GeneralRe: NetworkStream/TcpClient Pin
Heath Stewart31-Jul-04 15:12
protectorHeath Stewart31-Jul-04 15:12 
GeneralRe: NetworkStream/TcpClient Pin
leppie31-Jul-04 21:53
leppie31-Jul-04 21:53 
My initial idea, although I dont think it works like I thought (Blush | :O ) was to just get a little pause or something, tried some locks too.

Basically I place a Console.Write after the NetworkStream.Write , so I can see it IS being dispatched by me, in a sequencial order, which I have confirmed.

Here is a trimmed version of a packet "dispatch" leaving my port, as captured, by NGSniff and WinPCap, each line refers to a stream.Write action, where the id is generated sequencially, and the data is just entered on the keyboard. This refers to a single packet leaving my network port.

id="msg135" 7
id="msg134" 6
id="msg136" 8
id="msg137" 9

In this case, the order seems random, most other cases the order seems to be in reverse, that would look like:

id="msg137" 9
id="msg136" 8
id="msg135" 7
id="msg134" 6

This can surely not be the real behaviour of the NetworkStream, as for a workaround I would have to add an unessary packet layer that should already be provided on a lower OSI level. Unsure | :~

Thanks for trying to help though Smile | :)

top secret xacc-ide 0.0.1
Generalrefreshing .dlls after compilation Pin
Cristoff31-Jul-04 2:19
Cristoff31-Jul-04 2:19 
GeneralRe: refreshing .dlls after compilation Pin
Heath Stewart31-Jul-04 4:52
protectorHeath Stewart31-Jul-04 4:52 
GeneralRe: refreshing .dlls after compilation Pin
Cristoff31-Jul-04 19:12
Cristoff31-Jul-04 19:12 
GeneralRe: refreshing .dlls after compilation Pin
Heath Stewart31-Jul-04 19:14
protectorHeath Stewart31-Jul-04 19:14 
GeneralRe: refreshing .dlls after compilation Pin
Cristoff31-Jul-04 20:37
Cristoff31-Jul-04 20:37 
QuestionCan i trigger an event to a C# app in a C++ DLL? Pin
fu031-Jul-04 1:43
fu031-Jul-04 1:43 
AnswerRe: Can i trigger an event to a C# app in a C++ DLL? Pin
Heath Stewart31-Jul-04 5:46
protectorHeath Stewart31-Jul-04 5:46 
GeneralC# Business Objects Pin
Kevin McFarlane31-Jul-04 1:00
Kevin McFarlane31-Jul-04 1:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.