Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SFtpClient Class / DefaultReadFileShare Field


In This Topic
    DefaultReadFileShare Field (SFtpClient)
    In This Topic
    A constant System.IO.FileShare value that represents the default file sharing options to use when opening remote SFtp files for reading.
    Syntax
    'Declaration
     
    Public Const DefaultReadFileShare As FileShare
    'Usage
     
    Dim value As FileShare
     
    value = SFtpClient.DefaultReadFileShare
    public const FileShare DefaultReadFileShare

    Field Value

    The value is the combination of FileShare.Read | FileShare.Write | FileShare.Delete.
    Remarks
    The constant is used as the default value for the DefaultAutomaticReadFileShare Property.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also