Click here to Skip to main content
15,884,537 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: FTP from the server side Pin
Mike Dimmick14-Apr-04 5:03
Mike Dimmick14-Apr-04 5:03 
GeneralRe: FTP from the server side Pin
s67714-Apr-04 8:38
s67714-Apr-04 8:38 
GeneralRe: FTP from the server side Pin
Roman Rodov14-Apr-04 15:22
Roman Rodov14-Apr-04 15:22 
General"Controls created on one thread cannot be... & COM Pin
Maverick13-Apr-04 21:45
Maverick13-Apr-04 21:45 
GeneralRe: "Controls created on one thread cannot be... & COM Pin
SJ_Phoenix15-Apr-04 9:38
SJ_Phoenix15-Apr-04 9:38 
QuestionImpossible to inherit from HttpWebRequest? Pin
Steven Campbell13-Apr-04 8:27
Steven Campbell13-Apr-04 8:27 
AnswerRe: Impossible to inherit from HttpWebRequest? Pin
Mike Dimmick13-Apr-04 9:26
Mike Dimmick13-Apr-04 9:26 
GeneralRe: Impossible to inherit from HttpWebRequest? Pin
Steven Campbell13-Apr-04 9:59
Steven Campbell13-Apr-04 9:59 
You are right, I can add to the headers, and set the Method property. That is what I ended up doing. And it is a simpler design this way, so everything worked out for the best (so far at least).

However, I found it strange that MS would create a non-sealed class that could not be inherited. A sealed class is faster after all...and I would think that they would want the framework to be as efficient as possible.

So I figured it may just be that there is some technique that I am unaware of - I'm still a C# newbie in many ways Cry | :(( . I'd still like to be able to inherit from it if the design evolves that way. Decorating objects (your 2nd suggestion) is usually a last resort for me, as it is always so repetitive.

[Since you asked, I am writing a 100% managed C# component for working with the client side of WebDAV. (Yes, I know that I can use MSXML). WebDAV is an extension to HTML, so it shares all the same basic characteristics. Extension equates well to inheritance, so that's why my first thought was to inherit from HttpWebRequest.]
GeneralRe: Impossible to inherit from HttpWebRequest? Pin
Abel Braaksma11-Nov-11 2:20
Abel Braaksma11-Nov-11 2:20 
GeneralProblem with modifying a databse after RDA Pull method Pin
JustChiLLin13-Apr-04 2:28
JustChiLLin13-Apr-04 2:28 
GeneralRe: Problem with modifying a databse after RDA Pull method Pin
Mike Dimmick13-Apr-04 4:12
Mike Dimmick13-Apr-04 4:12 
GeneralRe: Problem with modifying a databse after RDA Pull method Pin
JustChiLLin13-Apr-04 19:24
JustChiLLin13-Apr-04 19:24 
GeneralRedirection of Debug/Trace Messages Pin
JM_FL12-Apr-04 22:30
JM_FL12-Apr-04 22:30 
GeneralRe: Redirection of Debug/Trace Messages Pin
Mike Dimmick13-Apr-04 4:16
Mike Dimmick13-Apr-04 4:16 
GeneralRe: Redirection of Debug/Trace Messages Pin
Steven Campbell13-Apr-04 10:11
Steven Campbell13-Apr-04 10:11 
GeneralRe: Redirection of Debug/Trace Messages Pin
JM_FL14-Apr-04 2:31
JM_FL14-Apr-04 2:31 
GeneraliButton and .NET Pin
poopa10-Apr-04 8:21
poopa10-Apr-04 8:21 
GeneralCreating Round Buttons Pin
Kilhoffer9-Apr-04 13:53
Kilhoffer9-Apr-04 13:53 
GeneralRe: Creating Round Buttons Pin
SJ_Phoenix15-Apr-04 9:46
SJ_Phoenix15-Apr-04 9:46 
GeneralMicrosoft.DirectX.DirectSound recording levels Pin
bobbiek9-Apr-04 3:30
bobbiek9-Apr-04 3:30 
GeneralSerialize PrinterSettings Pin
Dimitris Iliopoulos9-Apr-04 3:14
Dimitris Iliopoulos9-Apr-04 3:14 
GeneralRe: Serialize PrinterSettings Pin
Mazdak9-Apr-04 3:22
Mazdak9-Apr-04 3:22 
Generaldynamic types cast Pin
iZakaroN9-Apr-04 2:53
iZakaroN9-Apr-04 2:53 
GeneralRe: dynamic types cast Pin
Roman Rodov13-Apr-04 15:12
Roman Rodov13-Apr-04 15:12 
GeneralRe: dynamic types cast Pin
iZakaroN14-Apr-04 5:08
iZakaroN14-Apr-04 5:08 

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.