Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
GeneralRe: Array Management Pin
#realJSOP5-Jun-08 4:14
professional#realJSOP5-Jun-08 4:14 
GeneralRe: Array Management Pin
leppie5-Jun-08 4:46
leppie5-Jun-08 4:46 
AnswerRe: Array Management Pin
Bhumikabarot5-Jun-08 3:36
Bhumikabarot5-Jun-08 3:36 
GeneralRe: Array Management Pin
DwR5-Jun-08 5:07
DwR5-Jun-08 5:07 
QuestionHow i can add windows service using C# Code Pin
wasimsharp4-Jun-08 23:57
wasimsharp4-Jun-08 23:57 
AnswerRe: How i can add windows service using C# Code Pin
leppie5-Jun-08 0:21
leppie5-Jun-08 0:21 
GeneralRe: How i can add windows service using C# Code Pin
wasimsharp5-Jun-08 0:22
wasimsharp5-Jun-08 0:22 
QuestionHttpListener.BeginGetContext Pin
George_George4-Jun-08 23:55
George_George4-Jun-08 23:55 
Hello everyone,


I have made tests, just want to confirm here since I am new to this method.

1.

HttpListener.BeginGetContext is never blocked?

2.

If we wait on the handle, like this, then the wait handle will be signalled immediately when we call EndGetContext, like this "listener.EndGetContext(result)"?

IAsyncResult result = listener.BeginGetContext(new AsyncCallback(ListenerCallback),listener);
result.AsyncWaitHandle.WaitOne();



thanks in advance,
George
AnswerRe: HttpListener.BeginGetContext Pin
Christian Flutcher5-Jun-08 1:17
Christian Flutcher5-Jun-08 1:17 
GeneralRe: HttpListener.BeginGetContext Pin
George_George5-Jun-08 1:31
George_George5-Jun-08 1:31 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h5-Jun-08 1:50
N a v a n e e t h5-Jun-08 1:50 
GeneralRe: HttpListener.BeginGetContext Pin
George_George5-Jun-08 2:02
George_George5-Jun-08 2:02 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h5-Jun-08 6:56
N a v a n e e t h5-Jun-08 6:56 
GeneralRe: HttpListener.BeginGetContext Pin
George_George5-Jun-08 14:38
George_George5-Jun-08 14:38 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h5-Jun-08 17:03
N a v a n e e t h5-Jun-08 17:03 
GeneralRe: HttpListener.BeginGetContext Pin
George_George5-Jun-08 18:46
George_George5-Jun-08 18:46 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h5-Jun-08 22:24
N a v a n e e t h5-Jun-08 22:24 
GeneralRe: HttpListener.BeginGetContext Pin
George_George5-Jun-08 23:49
George_George5-Jun-08 23:49 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h6-Jun-08 7:27
N a v a n e e t h6-Jun-08 7:27 
GeneralRe: HttpListener.BeginGetContext Pin
George_George8-Jun-08 23:30
George_George8-Jun-08 23:30 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h9-Jun-08 16:10
N a v a n e e t h9-Jun-08 16:10 
GeneralRe: HttpListener.BeginGetContext Pin
George_George9-Jun-08 16:28
George_George9-Jun-08 16:28 
GeneralRe: HttpListener.BeginGetContext Pin
N a v a n e e t h10-Jun-08 7:24
N a v a n e e t h10-Jun-08 7:24 
GeneralRe: HttpListener.BeginGetContext Pin
George_George11-Jun-08 2:30
George_George11-Jun-08 2:30 
Questionspecified DataTable EventHanlder Pin
climbah4-Jun-08 23:21
climbah4-Jun-08 23:21 

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.