ConoHaNet.OpenStackMember.GetAccountHeaders C# (CSharp) 메소드

GetAccountHeaders() 공개 메소드

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