VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebServicesGlobalSettings Class / IsEmptySessionSupported Property
Syntax Requirements SeeAlso
In This Topic
    IsEmptySessionSupported Property (WebServicesGlobalSettings)
    In This Topic
    Gets or sets a value indicating whether the VintaSoft web service can work with undefined session.
    Syntax
    'Declaration
    
    Public Shared Property IsEmptySessionSupported As Boolean
    
    
    public static bool IsEmptySessionSupported { get; set; }
    
    
    public: __property static bool get_IsEmptySessionSupported();
    public: __property static void set_IsEmptySessionSupported(
    bool value
    );
    public:
    static property bool IsEmptySessionSupported { bool get(); void set(bool value); }

    Property Value

    True - the VintaSoft web service can work with undefined sessions. False - the VintaSoft web service cannot work with undefined sessions. Default value is false.
    Requirements

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

    See Also