SendGrid.Net.Mime.ContentType.ContentType C# (CSharp) Method

ContentType() public method

public ContentType ( ) : System
return System
        public ContentType()
        {
            mediaType = "application/octet-stream";
        }

Same methods

ContentType::ContentType ( string contentType ) : System