Get a stream to a URL accommodating possible redirections. Note that if a redirection request points to a different protocol than the original request, then the redirection is not handled automatically.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetURLStream( _ 
   ByVal url As String,  _ 
   ByVal level As Integer _ 
) As Stream
C#
public static Stream GetURLStream(
   string url,
   int level
)
C++
public:
 static Stream GetURLStream(
   String url,
   int level
)
J#
public static Stream GetURLStream(
   string url,
   int level
)
JScript
public static  function GetURLStream(
   url : String,
   level : int
) : Stream

See Also