Click here to Skip to main content
15,900,815 members
Home / Discussions / C#
   

C#

 
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 
GeneralSending current page as attachments Pin
Anonymous31-Jul-04 0:24
Anonymous31-Jul-04 0:24 
GeneralRe: Sending current page as attachments Pin
Heath Stewart31-Jul-04 5:20
protectorHeath Stewart31-Jul-04 5:20 
GeneralRe: Sending current page as attachments Pin
Bill Johnson1-Aug-04 8:54
Bill Johnson1-Aug-04 8:54 
GeneralRe: Sending current page as attachments Pin
Heath Stewart4-Aug-04 4:50
protectorHeath Stewart4-Aug-04 4:50 
GeneralClosing a form :) Pin
Cristoff30-Jul-04 20:57
Cristoff30-Jul-04 20:57 
GeneralRe: Closing a form :) Pin
leppie30-Jul-04 22:22
leppie30-Jul-04 22:22 
GeneralRe: Closing a form :) Pin
Cristoff30-Jul-04 22:30
Cristoff30-Jul-04 22:30 
GeneralRe: Closing a form :) Pin
Roman Rodov1-Aug-04 14:21
Roman Rodov1-Aug-04 14:21 
GeneralRe: Closing a form :) Pin
Cristoff30-Jul-04 22:23
Cristoff30-Jul-04 22:23 

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.