Click here to Skip to main content
15,902,817 members
Home / Discussions / C#
   

C#

 
GeneralRe: File Size over Internet Pin
leppie5-Dec-03 21:51
leppie5-Dec-03 21:51 
GeneralRe: File Size over Internet Pin
Heath Stewart6-Dec-03 4:50
protectorHeath Stewart6-Dec-03 4:50 
GeneralRe: File Size over Internet Pin
eggie56-Dec-03 11:20
eggie56-Dec-03 11:20 
GeneralIdentifying the Web Server Pin
eggie55-Dec-03 15:07
eggie55-Dec-03 15:07 
GeneralRe: Identifying the Web Server Pin
eggie55-Dec-03 16:05
eggie55-Dec-03 16:05 
GeneralRe: Identifying the Web Server Pin
Heath Stewart6-Dec-03 4:49
protectorHeath Stewart6-Dec-03 4:49 
GeneralRe: Identifying the Web Server Pin
eggie56-Dec-03 5:54
eggie56-Dec-03 5:54 
GeneralRe: Identifying the Web Server Pin
Heath Stewart6-Dec-03 6:36
protectorHeath Stewart6-Dec-03 6:36 
This - and most solutions I post - I know already. I'm both blessed and cursed with a photographic memory. Smile | :) Frown | :( Besides, HTTP and HTML (if you call that programming) was one of the first programming things I did besides the dinky little things I did on my C64, so the HTTP Server: header was nothing new.

It's not that I always remember the exact method or property, though. In some cases, I know that a certain class has a certain method or property that takes certain parameters and returns a certain type. As I've said many times in the past, it isn't so much memorizing every signature in the .NET Framework (or anything else for that matter), as it is remember that something exists and roughly where to find it. The important part of research is at least becoming familiar with what's available and having an idea of where to look. So, using your question as an example (if I couldn't remember what the property or method was called), I knew it would be on the HttpWebResponse (since the whole pluggable protocol API is aptly and consistently named - the HttpWeb part - and that the client couldn't know what the server was till it got a response back - thus using Response instead of Request) so I would just jump to that class and look.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Identifying the Web Server Pin
eggie56-Dec-03 11:25
eggie56-Dec-03 11:25 
Generalmaking the computer restart after a setup program is finished Pin
blakeb_15-Dec-03 11:02
blakeb_15-Dec-03 11:02 
GeneralRe: making the computer restart after a setup program is finished Pin
Heath Stewart5-Dec-03 11:34
protectorHeath Stewart5-Dec-03 11:34 
GeneralRe: making the computer restart after a setup program is finished Pin
blakeb_15-Dec-03 11:38
blakeb_15-Dec-03 11:38 
GeneralRe: making the computer restart after a setup program is finished Pin
Heath Stewart6-Dec-03 4:19
protectorHeath Stewart6-Dec-03 4:19 
GeneralRe: making the computer restart after a setup program is finished Pin
AndrewCherry7-Dec-03 2:08
AndrewCherry7-Dec-03 2:08 
GeneralRe: making the computer restart after a setup program is finished Pin
Heath Stewart7-Dec-03 4:02
protectorHeath Stewart7-Dec-03 4:02 
GeneralRe: making the computer restart after a setup program is finished Pin
Terrence Benade7-Dec-03 2:31
Terrence Benade7-Dec-03 2:31 
GeneralMailmerge Pin
Anonymous5-Dec-03 6:56
Anonymous5-Dec-03 6:56 
GeneralRe: Mailmerge Pin
Roger Stewart5-Dec-03 10:08
professionalRoger Stewart5-Dec-03 10:08 
GeneralRe: Mailmerge Pin
Anonymous9-Dec-03 6:16
Anonymous9-Dec-03 6:16 
GeneralC# and Named pipes Pin
Spiros5-Dec-03 5:32
Spiros5-Dec-03 5:32 
GeneralRe: C# and Named pipes Pin
Heath Stewart5-Dec-03 7:08
protectorHeath Stewart5-Dec-03 7:08 
GeneralTrouble playing a sound Pin
Shizam5-Dec-03 4:33
Shizam5-Dec-03 4:33 
GeneralRe: Trouble playing a sound Pin
Heath Stewart5-Dec-03 4:44
protectorHeath Stewart5-Dec-03 4:44 
GeneralRe: Trouble playing a sound Pin
Shizam5-Dec-03 5:15
Shizam5-Dec-03 5:15 
GeneralRe: Trouble playing a sound Pin
Heath Stewart5-Dec-03 5:22
protectorHeath Stewart5-Dec-03 5:22 

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.