ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearRemoteFile Class / CreateRequest Method




In This Topic
    CreateRequest Method
    In This Topic
    This method creates a .NET WebRequest using the parameters defined by the properties of the ImGearRemoteFile class object.
    Syntax
    'Declaration
     
    Public Function CreateRequest() As WebRequest
    'Usage
     
    Dim instance As ImGearRemoteFile
    Dim value As WebRequest
     
    value = instance.CreateRequest()
    public WebRequest CreateRequest()
    public: WebRequest* CreateRequest(); 
    public:
    WebRequest^ CreateRequest(); 

    Return Value

    System.Net.WebRequest class object.
    See Also