EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAWSS3DataStorageObject.GetLocalETag

TElAWSS3DataStorageObject     See also    


 

Computes ETag of the local data object.

 
 

Declaration

[C#]
    string GetLocalETag(System.IO.Stream Stream);
    string GetLocalETag(string Filename);

[VB.NET]
    Function GetLocalETag(ByVal Stream As System.IO.Stream) As String
    Function GetLocalETag(ByVal Filename As String) As String

[Pascal]
    function GetLocalETag(Stream : TStream) : string;
    function GetLocalETag(const Filename : string) : string;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Stream - stream with the object
  • Filename - name of the file with the object
 
 

Return value

    String that contains ETag of the object.

 
 

Description

    Use this method to compute ETag (entity tag) of the local data object contained in a tream or file.
    With high probability, object's entity tag is unchanged if the object has not been changed. It is used to check the object for changes.

 
 

See also:     GetRemoteETag    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation