Click here to Skip to main content
16,016,759 members
Home / Discussions / C#
   

C#

 
QuestionDynamically Load Referenced Assembly Pin
Adam R Harris25-Oct-10 6:32
Adam R Harris25-Oct-10 6:32 
AnswerRe: Dynamically Load Referenced Assembly Pin
Nish Nishant25-Oct-10 6:48
sitebuilderNish Nishant25-Oct-10 6:48 
GeneralRe: Dynamically Load Referenced Assembly Pin
Adam R Harris25-Oct-10 6:53
Adam R Harris25-Oct-10 6:53 
AnswerRe: Dynamically Load Referenced Assembly Pin
Ennis Ray Lynch, Jr.25-Oct-10 7:17
Ennis Ray Lynch, Jr.25-Oct-10 7:17 
GeneralRe: Dynamically Load Referenced Assembly Pin
Adam R Harris25-Oct-10 7:57
Adam R Harris25-Oct-10 7:57 
QuestionHttpWebRequest/Response in a Duplex way? Pin
softwarejaeger25-Oct-10 3:37
softwarejaeger25-Oct-10 3:37 
AnswerRe: HttpWebRequest/Response in a Duplex way? Pin
Adam R Harris25-Oct-10 6:38
Adam R Harris25-Oct-10 6:38 
AnswerRe: HttpWebRequest/Response in a Duplex way? Pin
TheyCallMeMrJames25-Oct-10 9:56
TheyCallMeMrJames25-Oct-10 9:56 
A little back story to Adam's response:

HTTP is a stateless protocol. You fire, and you're not necessarily guaranteed a response. In some web farms sessions are maintained across servers, but in others, the sessions are load balanced. You should be able to rely on session data, but it is still not proper stateful communication.

The client makes a request (breaking it down, even, in multi-part scenarios).

The server fulfills the request (by returning a status code and possibly payload).

That is the end of com.

As Adam suggested, you'll need to drop to a different protocol/level to achieve what you're looking for and maintain the open connection.

Cheers.

QuestionRegistering for system power states. Pin
HalliHaida25-Oct-10 3:18
HalliHaida25-Oct-10 3:18 
AnswerRe: Registering for system power states. Pin
_Erik_25-Oct-10 5:35
_Erik_25-Oct-10 5:35 
AnswerRe: Registering for system power states. Pin
Luc Pattyn25-Oct-10 6:21
sitebuilderLuc Pattyn25-Oct-10 6:21 
QuestionCreate a list for a base class from two list of dervided classes Pin
Mc_Topaz25-Oct-10 2:42
Mc_Topaz25-Oct-10 2:42 
AnswerRe: Create a list for a base class from two list of dervided classes PinPopular
OriginalGriff25-Oct-10 3:13
mveOriginalGriff25-Oct-10 3:13 
GeneralRe: Create a list for a base class from two list of dervided classes Pin
Mc_Topaz25-Oct-10 6:04
Mc_Topaz25-Oct-10 6:04 
GeneralRe: Create a list for a base class from two list of dervided classes Pin
OriginalGriff25-Oct-10 8:36
mveOriginalGriff25-Oct-10 8:36 
QuestionProcessing scanned images. Pin
ameyakoshti24-Oct-10 22:43
ameyakoshti24-Oct-10 22:43 
AnswerMessage Closed Pin
24-Oct-10 23:19
stancrm24-Oct-10 23:19 
GeneralRe: Processing scanned images. Pin
ameyakoshti25-Oct-10 2:07
ameyakoshti25-Oct-10 2:07 
AnswerRe: Processing scanned images. Pin
Keith Barrow25-Oct-10 1:42
professionalKeith Barrow25-Oct-10 1:42 
GeneralRe: Processing scanned images. Pin
ameyakoshti25-Oct-10 21:01
ameyakoshti25-Oct-10 21:01 
AnswerRe: Processing scanned images. PinPopular
OriginalGriff25-Oct-10 2:14
mveOriginalGriff25-Oct-10 2:14 
GeneralRe: Processing scanned images. Pin
_Erik_25-Oct-10 5:55
_Erik_25-Oct-10 5:55 
QuestionC# Application For MAC by using MONO Pin
Anubhava Dimri24-Oct-10 22:39
Anubhava Dimri24-Oct-10 22:39 
AnswerRe: C# Application For MAC by using MONO Pin
OriginalGriff24-Oct-10 22:53
mveOriginalGriff24-Oct-10 22:53 
GeneralRe: C# Application For MAC by using MONO Pin
Anubhava Dimri24-Oct-10 23:23
Anubhava Dimri24-Oct-10 23: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.