Click here to Skip to main content
15,924,195 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mouse Capture Pin
Alastair Stell27-Aug-02 17:04
Alastair Stell27-Aug-02 17:04 
GeneralError when converting to use UDP Pin
Luis Alonso Ramos27-Aug-02 14:34
Luis Alonso Ramos27-Aug-02 14:34 
GeneralRe: Error when converting to use UDP Pin
Michael Mac28-Aug-02 2:15
Michael Mac28-Aug-02 2:15 
GeneralRe: Error when converting to use UDP Pin
Luis Alonso Ramos28-Aug-02 3:04
Luis Alonso Ramos28-Aug-02 3:04 
GeneralRe: Error when converting to use UDP Pin
Michael Mac28-Aug-02 3:51
Michael Mac28-Aug-02 3:51 
GeneralRe: Error when converting to use UDP Pin
Luis Alonso Ramos28-Aug-02 4:14
Luis Alonso Ramos28-Aug-02 4:14 
GeneralRe: Error when converting to use UDP Pin
Russell Morris28-Aug-02 4:36
Russell Morris28-Aug-02 4:36 
GeneralRe: Error when converting to use UDP Pin
Luis Alonso Ramos28-Aug-02 4:44
Luis Alonso Ramos28-Aug-02 4:44 
Russell Morris wrote:
You don't connect to a server socket like you would with TCP, you just recv() on a specific port # and wait for someone to send a UDP packet to that port.

So, that is why there is no UdpListener class?? For an UDP server I just start an UdpClient class and call receive on certain port, and it will block until some one calls send on that port?

-- LuisR

──────────────
  Luis Alonso Ramos
  Chihuahua, Mexico
  www.luisalonsoramos.com

"Do not worry about your difficulties in mathematics, I assure you that mine are greater." -- Albert Einstein
GeneralQuick Question Pin
Alex Korchemniy27-Aug-02 8:57
Alex Korchemniy27-Aug-02 8:57 
GeneralRe: Quick Question Pin
leppie27-Aug-02 9:38
leppie27-Aug-02 9:38 
GeneralRe: Quick Question Pin
Andy Smith27-Aug-02 9:55
Andy Smith27-Aug-02 9:55 
GeneralRe: Quick Question Pin
leppie27-Aug-02 11:30
leppie27-Aug-02 11:30 
GeneralRe: Quick Question Pin
Christian Graus27-Aug-02 12:06
protectorChristian Graus27-Aug-02 12:06 
GeneralThanks Pin
Alex Korchemniy27-Aug-02 14:58
Alex Korchemniy27-Aug-02 14:58 
GeneralCursor Blink Rate Pin
Nnamdi Onyeyiri27-Aug-02 8:52
Nnamdi Onyeyiri27-Aug-02 8:52 
GeneralDestructor problem Pin
leppie27-Aug-02 7:55
leppie27-Aug-02 7:55 
GeneralRe: Destructor problem Pin
Michael Mac27-Aug-02 8:15
Michael Mac27-Aug-02 8:15 
GeneralRe: Destructor problem Pin
leppie27-Aug-02 9:40
leppie27-Aug-02 9:40 
GeneralRe: Destructor problem Pin
Michael Mac27-Aug-02 11:38
Michael Mac27-Aug-02 11:38 
GeneralRe: Destructor problem Pin
Michael Mac27-Aug-02 11:41
Michael Mac27-Aug-02 11:41 
GeneralRe: Destructor problem Pin
Nnamdi Onyeyiri27-Aug-02 21:15
Nnamdi Onyeyiri27-Aug-02 21:15 
GeneralRe: Destructor problem Pin
Michael Mac28-Aug-02 0:15
Michael Mac28-Aug-02 0:15 
GeneralRe: Destructor problem Pin
Nnamdi Onyeyiri27-Aug-02 8:49
Nnamdi Onyeyiri27-Aug-02 8:49 
GeneralRe: Destructor problem Pin
David Stone27-Aug-02 11:49
sitebuilderDavid Stone27-Aug-02 11:49 
GeneralRe: Destructor problem Pin
Nnamdi Onyeyiri27-Aug-02 11:51
Nnamdi Onyeyiri27-Aug-02 11:51 

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.