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


In This Topic
    DefaultWriteFileShare 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 writing.
    Syntax
    'Declaration
     
    Public Const DefaultWriteFileShare As FileShare
    'Usage
     
    Dim value As FileShare
     
    value = SFtpClient.DefaultWriteFileShare
    public const FileShare DefaultWriteFileShare

    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 DefaultAutomaticWriteFileShare 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