ConoHaNet.OpenStackMember.GetAccountHeaders C# (CSharp) Method

GetAccountHeaders() public method

public GetAccountHeaders ( bool useInternalUrl = false ) : string>.Dictionary
useInternalUrl bool
return string>.Dictionary
        public Dictionary<string, string> GetAccountHeaders(bool useInternalUrl = false)
        {
            return FilesProvider.GetAccountHeaders(this.DefaultRegion, useInternalUrl, this.Identity);
        }
OpenStackMember