ImageGear PDF v25.2 - Updated
ImGearWebStream Constructor(String,NetworkCredential,IWebProxy)




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.
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

Reference

ImGearWebStream Class
ImGearWebStream Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.