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

IsSetContentType() private méthode

Checks if ContentType property is set.
private IsSetContentType ( ) : bool
Résultat bool
        internal bool IsSetContentType()
        {
            return !System.String.IsNullOrEmpty(this.contentType);
        }