SharpCifs.Smb.SmbFile.SmbFile C# (CSharp) Method

SmbFile() static private method

static private SmbFile ( ) : System
return System
        static SmbFile()
        {
            // Open Function Encoding
            // create if the file does not exist
            // fail if the file exists
            // truncate if the file exists
            // share access
            // file attribute encoding
            // extended file attribute encoding(others same as above)
            /*try
            {
                Sharpen.Runtime.GetType("jcifs.Config");
            }
            catch (TypeLoadException cnfe)
            {
                Sharpen.Runtime.PrintStackTrace(cnfe);
            }*/

            AttrExpirationPeriod = Config.GetLong("jcifs.smb.client.attrExpirationPeriod", DefaultAttrExpirationPeriod
                );
            IgnoreCopyToException = Config.GetBoolean("jcifs.smb.client.ignoreCopyToException"
                , true);
            Dfs = new Dfs();
        }

Same methods

SmbFile::SmbFile ( SmbFile context, string name ) : System
SmbFile::SmbFile ( SmbFile context, string name, int shareAccess ) : System
SmbFile::SmbFile ( SmbFile context, string name, int type, int attributes, long createTime, long lastModified, long size ) : System
SmbFile::SmbFile ( Uri url ) : System
SmbFile::SmbFile ( Uri url, NtlmPasswordAuthentication auth ) : System
SmbFile::SmbFile ( string url ) : System
SmbFile::SmbFile ( string url, NtlmPasswordAuthentication auth ) : System
SmbFile::SmbFile ( string url, NtlmPasswordAuthentication auth, int shareAccess ) : System
SmbFile::SmbFile ( string context, string name ) : System
SmbFile::SmbFile ( string context, string name, NtlmPasswordAuthentication auth ) : System
SmbFile::SmbFile ( string context, string name, NtlmPasswordAuthentication auth, int shareAccess ) : System