OptionsInfo Class

IT Hit WebDAV for .NET

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

[Visual Basic]
NotInheritable Public Class OptionsInfo
[C#]
public sealed class OptionsInfo

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

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.");

Requirements

Namespace: ITHit.WebDAV.Client

Assembly: ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll)

See Also

OptionsInfo Members | ITHit.WebDAV.Client Namespace