Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 20:08
mveGerry Schmitz6-Mar-17 20:08 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 20:24
professionalHobbyProggy6-Mar-17 20:24 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 20:41
mveGerry Schmitz6-Mar-17 20:41 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 21:45
professionalHobbyProggy6-Mar-17 21:45 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 22:02
mveGerry Schmitz6-Mar-17 22:02 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 22:13
professionalHobbyProggy6-Mar-17 22:13 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 22:30
mveGerry Schmitz6-Mar-17 22:30 
Questionwebrequest sent twice Pin
Forest44734-Mar-17 22:32
Forest44734-Mar-17 22:32 
Hello

I define a HtppWebRequest ending with the following lines :
...
req.Credentials = new NetworkCredential(...);
Stream theStream = req.GetRequestStream();
theStream.Write(bytes, 0, bytes.Length);
theStream.Close();
req.GetResponse();


Then, the request is sent twice. A first time with the theStream.Write line, and a second one with the req.GetResponse() line. I have a 401 (unauthorized) response with the first request and a 403 (forbidden) with the second one.
I Wonder if the 403 error is due to the previous 401.
In any case, I would not to send the first request.

Thanks for your help
AnswerRe: webrequest sent twice Pin
Michael_Davies4-Mar-17 22:59
Michael_Davies4-Mar-17 22:59 
GeneralRe: webrequest sent twice Pin
Forest44734-Mar-17 23:15
Forest44734-Mar-17 23:15 
GeneralRe: webrequest sent twice Pin
Michael_Davies4-Mar-17 23:43
Michael_Davies4-Mar-17 23:43 
AnswerRe: webrequest sent twice Pin
Richard Deeming5-Mar-17 23:52
mveRichard Deeming5-Mar-17 23:52 
GeneralRe: webrequest sent twice Pin
Forest44735-Mar-17 23:59
Forest44735-Mar-17 23:59 
GeneralRe: webrequest sent twice Pin
Forest44736-Mar-17 2:59
Forest44736-Mar-17 2:59 
Questionoptimizing xml reading code in C# Pin
Member 130276784-Mar-17 17:27
Member 130276784-Mar-17 17:27 
AnswerRe: optimizing xml reading code in C# Pin
Pete O'Hanlon4-Mar-17 20:45
mvePete O'Hanlon4-Mar-17 20:45 
QuestionImplementing common control library for both the WPF and UWP version of an application Pin
macika1234-Mar-17 11:08
macika1234-Mar-17 11:08 
AnswerRe: Implementing common control library for both the WPF and UWP version of an application Pin
Pete O'Hanlon4-Mar-17 20:29
mvePete O'Hanlon4-Mar-17 20:29 
GeneralRe: Implementing common control library for both the WPF and UWP version of an application Pin
macika1235-Mar-17 2:26
macika1235-Mar-17 2:26 
GeneralRe: Implementing common control library for both the WPF and UWP version of an application Pin
Pete O'Hanlon5-Mar-17 21:33
mvePete O'Hanlon5-Mar-17 21:33 
QuestionWrong post.Deleted. Pin
User 110609793-Mar-17 8:57
User 110609793-Mar-17 8:57 
AnswerRe: Faking AppDomain.CurrentDomain.BaseDirectory, is this way too bad? .net/c# ;) Pin
Richard MacCutchan3-Mar-17 21:10
mveRichard MacCutchan3-Mar-17 21:10 
GeneralRe: Faking AppDomain.CurrentDomain.BaseDirectory, is this way too bad? .net/c# ;) Pin
User 110609793-Mar-17 21:16
User 110609793-Mar-17 21:16 
QuestionSet IIS Maximum Worker Processes with C# Pin
jonmy2-Mar-17 22:43
jonmy2-Mar-17 22:43 
AnswerRe: Set IIS Maximum Worker Processes with C# Pin
Pete O'Hanlon2-Mar-17 23:01
mvePete O'Hanlon2-Mar-17 23:01 

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.