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