GetObjectInfo Method
Returns the meta-data for the indicated object.
Syntax
[VB.NET] Public Sub GetObjectInfo(ByVal ObjectName As String)
[C#] public void GetObjectInfo(string objectName);
Remarks
The meta-data will be contained in the ParsedHeaders property, along with all other headers returned by the S3 server.
NOTE: This method has a corresponding asynchronous version (GetObjectInfoAsync) for use in the Xamarin environment.