Amazon.S3.Model.GetPreSignedUrlRequest.IsSetContentType C# (CSharp) Метод

IsSetContentType() приватный Метод

Checks if ContentType property is set.
private IsSetContentType ( ) : bool
Результат bool
        internal bool IsSetContentType()
        {
            return !System.String.IsNullOrEmpty(this.contentType);
        }