ImageGear .NET - Updated May 30, 2018
ImGearWebStream Constructor(String,NetworkCredential,IWebProxy)




ImageGear24.Core Assembly > ImageGear.Formats Namespace > ImGearWebStream Class > ImGearWebStream Constructor : ImGearWebStream Constructor(String,NetworkCredential,IWebProxy)
A relative or absolute URL of the file that ImGearWebStream object will incapsulate.
Authentication information.
Proxy information.
Initializes a new instance of the ImGearWebStream class.
Syntax
'Declaration
 
Public Function New( _
   ByVal path As String, _
   ByVal credentials As NetworkCredential, _
   ByVal proxy As IWebProxy _
)
 
'Usage
 
Dim path As String
Dim credentials As NetworkCredential
Dim proxy As IWebProxy
 
Dim instance As New ImGearWebStream(path, credentials, proxy)

Parameters

path
A relative or absolute URL of the file that ImGearWebStream object will incapsulate.
credentials
Authentication information.
proxy
Proxy information.
See Also

Reference

ImGearWebStream Class
ImGearWebStream Members
Overload List