Is it possible to obtain the socket from which an http request was made within c#?
Any direction would be greatly appreciated!
Matthew
Is it possible to obtain the socket from which an http request was made within c#?
Any direction would be greatly appreciated!
Matthew
Not with the HttpWebRequest class, but you can create a socket and manage the HTTP yourself. Not a great option I know but it is the best I've been able to find.