Click here to Skip to main content
16,015,755 members
Home / Discussions / C#
   

C#

 
AnswerRe: can we do alias in namespace? Pin
James T. Johnson3-Apr-02 21:36
James T. Johnson3-Apr-02 21:36 
GeneralRe: can we do alias in namespace? Pin
3-Apr-02 22:11
suss3-Apr-02 22:11 
GeneralRe: can we do alias in namespace? Pin
James T. Johnson4-Apr-02 12:12
James T. Johnson4-Apr-02 12:12 
GeneralInteracting with Windows OS (Task Scheduler) Pin
3-Apr-02 15:15
suss3-Apr-02 15:15 
Generalwindows control property Pin
Hesham Amin3-Apr-02 9:58
Hesham Amin3-Apr-02 9:58 
QuestionSocket programming tutorials ? ? ? ? Pin
Rickard Andersson203-Apr-02 7:46
Rickard Andersson203-Apr-02 7:46 
AnswerRe: Socket programming tutorials ? ? ? ? Pin
Mazdak3-Apr-02 7:49
Mazdak3-Apr-02 7:49 
QuestionSockets Broken ?? Pin
3-Apr-02 5:28
suss3-Apr-02 5:28 
Hello

Has anyone experienced problem with the Socket class ??

That is when I'm sending async data then when I have sent more than 2200 bytes then the socket will never close correctly even if I do

m_sock.Shutdown(SocketShutdown.Both);
m_sock.Close();

That is the .NET will think it closed but the server on the other end will never see that it closed. (Yes the server is working correctly, and detects closing from C++ and old VB)

I have downloading working fine with the .NET socket. But always when uploading then the closing procedure wont work when total bytes sent are greater than 2200 bytes, and it does not seem to mater if I send it all at once or in parts.

So the question here is if anyone else has this problem, and if this is a known issue ?
AnswerRe: Sockets Broken ?? Pin
James T. Johnson3-Apr-02 21:42
James T. Johnson3-Apr-02 21:42 
GeneralRe: Sockets Broken ?? Pin
4-Apr-02 1:45
suss4-Apr-02 1:45 
QuestionHow to pass values from left frame to right? Pin
3-Apr-02 4:37
suss3-Apr-02 4:37 
AnswerRe: How to pass values from left frame to right? Pin
James T. Johnson3-Apr-02 21:46
James T. Johnson3-Apr-02 21:46 
Generalmultiple inheritance Pin
Mazdak2-Apr-02 22:40
Mazdak2-Apr-02 22:40 
GeneralRe: multiple inheritance Pin
James T. Johnson2-Apr-02 23:20
James T. Johnson2-Apr-02 23:20 
GeneralRe: multiple inheritance Pin
Nick Parker3-Apr-02 6:45
protectorNick Parker3-Apr-02 6:45 
GeneralRe: multiple inheritance Pin
Dale Thompson3-Apr-02 7:29
Dale Thompson3-Apr-02 7:29 
GeneralRe: multiple inheritance Pin
Nick Parker4-Apr-02 1:36
protectorNick Parker4-Apr-02 1:36 
GeneralRe: multiple inheritance Pin
Dale Thompson4-Apr-02 4:20
Dale Thompson4-Apr-02 4:20 
GeneralRe: multiple inheritance Pin
SimonS3-Apr-02 7:36
SimonS3-Apr-02 7:36 
GeneralSpeech .NET Pin
BLaZiNiX2-Apr-02 16:23
BLaZiNiX2-Apr-02 16:23 
GeneralRe: Speech .NET Pin
SHaroz21-Jun-02 7:36
SHaroz21-Jun-02 7:36 
GeneralProgress control in status bar Pin
paulb2-Apr-02 15:30
paulb2-Apr-02 15:30 
GeneralRe: Progress control in status bar Pin
Nick Parker3-Apr-02 6:49
protectorNick Parker3-Apr-02 6:49 
GeneralYes! Solution to compile MANIFEST resource into EXE ;) Pin
Szymon Pusz2-Apr-02 3:33
Szymon Pusz2-Apr-02 3:33 
GeneralOpacity Pin
Mazdak2-Apr-02 3:30
Mazdak2-Apr-02 3:30 

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.