IsEmptySessionSupported Property (WebServicesGlobalSettings)
Gets or sets a value indicating whether the VintaSoft web service can work with undefined session.
'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
);
public:
static property bool IsEmptySessionSupported {
bool get();
void set(bool );
}
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.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5