ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    ImGearWebStream Constructor(String,NetworkCredential,IWebProxy)
    In This Topic
    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)
    public ImGearWebStream( 
       string path,
       NetworkCredential credentials,
       IWebProxy proxy
    )
    public: ImGearWebStream( 
       string* path,
       NetworkCredential* credentials,
       IWebProxy* proxy
    )
    public:
    ImGearWebStream( 
       String^ path,
       NetworkCredential^ credentials,
       IWebProxy^ proxy
    )

    Parameters

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