Options of an item, described by supported HTTP extensions
For a list of all members of this type, see OptionsInfo Members.
System.Object
ITHit.WebDAV.Client.OptionsInfo
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
OptionsInfo options = root.SupportedFeatures();
Features features = options.Features;
if ((features & Features.Class2) != 0)
Console.WriteLine("Resourse supports locking.");
else
Console.WriteLine("Resourse does not support locking.");
Namespace: ITHit.WebDAV.Client
Assembly: ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll)
OptionsInfo Members | ITHit.WebDAV.Client Namespace