J# 2005 (Express Edition) Frage
- From: Reinhard Pagitsch <rprp@xxxxxxx>
- Date: Thu, 26 Apr 2007 18:18:59 +0200
Hallo,
Da ich sonst keine NG gefunden habe die sich damit beschäftigt versuch ich es mal hier. Wenn jemand eine bessere NG kennt bitte dahin umleiten.
Also ich versuche gerade mit System.Net.WebClient.DownloadData(System.Uri address) zu spielen.
Hier kommt mir aber die Doku etwas komisch vor: System.Net.WebClient.DownloadData() soll ein ubyte Array zurückgeben, steht in der Definition, aber im Object Browser steht unter Returns:
Returns:
A System.Byte array containing the downloaded resource.
Also was jetzt ubyte oder System.Byte Array?
Hier ist die ganze Beschreibung dafür:
public ubyte[] DownloadData(System.Uri address)
Member of System.Net.WebClient
Summary:
Downloads the resource with the specified URI as a System.Byte array.
Parameters:
address: The URI represented by the System.Uri object, from which to download data.
Returns:
A System.Byte array containing the downloaded resource.
Danke,
Reinhard
P.S: gibt es eigentlich ein weiteres Update für Visual J# 2005 Express außer dem SP1? Bei mir habe ich diesen nämlich schon installiert.
--
PM Mails an rpirpag <at> gmx dot at
.
- Follow-Ups:
- Re: J# 2005 (Express Edition) Frage
- From: Andreas Heyer
- Re: J# 2005 (Express Edition) Frage
- Prev by Date: Microsoft® Visual C++® Codename Orcas Express Edition CTP
- Next by Date: Re: Microsoft® Visual C++® Codename Orcas Express Edition CTP
- Previous by thread: Microsoft® Visual C++® Codename Orcas Express Edition CTP
- Next by thread: Re: J# 2005 (Express Edition) Frage
- Index(es):
Relevant Pages
|