Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
Questionkerberos in c#: I can't add WSE2.0 to my project in Visual Studio Pin
dift17-Sep-07 5:30
dift17-Sep-07 5:30 
QuestionGridView e.NewValues and e.oldvalues empty Pin
ss.mmm17-Sep-07 5:19
ss.mmm17-Sep-07 5:19 
QuestionHow to change http header of the request for Web Services Pin
mishakogan17-Sep-07 5:11
mishakogan17-Sep-07 5:11 
AnswerRe: How to change http header of the request for Web Services Pin
led mike17-Sep-07 7:15
led mike17-Sep-07 7:15 
GeneralRe: How to change http header of the request for Web Services Pin
mishakogan18-Sep-07 7:04
mishakogan18-Sep-07 7:04 
GeneralRe: How to change http header of the request for Web Services Pin
led mike18-Sep-07 11:06
led mike18-Sep-07 11:06 
AnswerRe: How to change http header of the request for Web Services Pin
mishakogan18-Sep-07 18:19
mishakogan18-Sep-07 18:19 
GeneralRe: How to change http header of the request for Web Services Pin
led mike19-Sep-07 5:25
led mike19-Sep-07 5:25 
mishakogan wrote:
I just discovered a solution...all that is needed is to set myWebServiceClass.enabledecompression = true


Does that work? You wouldn't think so given that the default value is true and it enables "decompression" which is not the same thing as requesting compression.

mishakogan wrote:
I am using built functionality of Visual Studio 2003 and higher to generate all the mappingg automatically

Yes it generates the source code (.cs) file for the web service proxy class. That is how that article is applicable:

The first step is to create a new class derived from the web-service proxy class.

The class the article refers to is HttpWebClientProtocol, the same as the one you are working with, the one with the GetWebRequest() method that you override to add the HTTP header to request compression.

Anyway I hope you get it all working, I suggest you take another look at that article as I believe it has your solution.



GeneralRe: How to change http header of the request for Web Services Pin
mishakogan19-Sep-07 10:14
mishakogan19-Sep-07 10:14 
GeneralRe: How to change http header of the request for Web Services Pin
led mike19-Sep-07 11:28
led mike19-Sep-07 11:28 
QuestionWriting output file using C# Pin
msvisio17-Sep-07 5:06
msvisio17-Sep-07 5:06 
AnswerRe: Writing output file using C# Pin
Kristian Sixhøj17-Sep-07 7:05
Kristian Sixhøj17-Sep-07 7:05 
QuestionRegarding Auto Suggest Pin
SuRGaN17-Sep-07 4:27
SuRGaN17-Sep-07 4:27 
AnswerRe: Regarding Auto Suggest Pin
led mike17-Sep-07 4:49
led mike17-Sep-07 4:49 
Questioncontrolled launching of multiple instances Pin
KrunalC17-Sep-07 4:14
KrunalC17-Sep-07 4:14 
AnswerRe: controlled launching of multiple instances [modified] Pin
led mike17-Sep-07 4:25
led mike17-Sep-07 4:25 
GeneralRe: controlled launching of multiple instances Pin
KrunalC17-Sep-07 4:32
KrunalC17-Sep-07 4:32 
GeneralRe: controlled launching of multiple instances Pin
led mike17-Sep-07 4:52
led mike17-Sep-07 4:52 
AnswerRe: controlled launching of multiple instances Pin
Giorgi Dalakishvili17-Sep-07 5:09
mentorGiorgi Dalakishvili17-Sep-07 5:09 
AnswerRe: controlled launching of multiple instances Pin
pbraun17-Sep-07 9:34
pbraun17-Sep-07 9:34 
GeneralRe: controlled launching of multiple instances Pin
KrunalC17-Sep-07 14:36
KrunalC17-Sep-07 14:36 
Questionhow can run a application when a file click such as pdf files that run acrobat reader ? Pin
B.A17-Sep-07 4:00
B.A17-Sep-07 4:00 
AnswerRe: how can run a application when a file click such as pdf files that run acrobat reader ? Pin
Giorgi Dalakishvili17-Sep-07 4:04
mentorGiorgi Dalakishvili17-Sep-07 4:04 
AnswerRe: how can run a application when a file click such as pdf files that run acrobat reader ? Pin
J a a n s17-Sep-07 4:08
professionalJ a a n s17-Sep-07 4:08 
AnswerRe: how can run a application when a file click such as pdf files that run acrobat reader ? Pin
BoneSoft17-Sep-07 4:10
BoneSoft17-Sep-07 4:10 

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.