VintaSoft Twain .NET SDK 15.2: Documentation for .NET developer
Vintasoft.EsclImageScanning Namespace / EsclDevice Class / NetworkNameType Property
Syntax Requirements SeeAlso
In This Topic
    NetworkNameType Property (EsclDevice)
    In This Topic
    Gets or sets a type of network name that should be used for communication with this eSCL device.
    Syntax
    'Declaration
    
    Public Property NetworkNameType As EsclDeviceNetworkNameType
    
    
    public EsclDeviceNetworkNameType NetworkNameType { get; set; }
    
    
    public: __property EsclDeviceNetworkNameType get_NetworkNameType();
    public: __property void set_NetworkNameType(
    EsclDeviceNetworkNameType value
    );

    Property Value

    Hostname - hostname will be used for communication with this eSCL device;
    IP4Address - IP4-address will be used for communication with this eSCL device;
    IP6Address - IP6-address will be used for communication with this eSCL device.
    Default value is "IP4Address" for HTTP connection and "Hostname" for HTTPS connection.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also