Amazon.S3.Model.HeadersCollectionPost.IsSetContentType C# (CSharp) Méthode

IsSetContentType() private méthode

private IsSetContentType ( ) : bool
Résultat bool
        internal bool IsSetContentType()
        {
            return !string.IsNullOrEmpty(this.ContentType);
        }
HeadersCollectionPost