diff options
author | Brandon West <brawest@gmail.com> | 2013-01-12 09:57:41 -0700 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2013-01-12 09:57:41 -0700 |
commit | 0011c7d7633ca413f99a6b59fea4475e6953afe7 (patch) | |
tree | dbca8045f65dc4df54a7a3c959fd924efdf79d98 /SendGrid/SendGridMail/StreamedFileBody.cs | |
parent | cff2a81a6b7601ebccfd6bc1d9cb20a1579c9f0e (diff) | |
download | sendgrid-csharp-0011c7d7633ca413f99a6b59fea4475e6953afe7.zip sendgrid-csharp-0011c7d7633ca413f99a6b59fea4475e6953afe7.tar.gz sendgrid-csharp-0011c7d7633ca413f99a6b59fea4475e6953afe7.tar.bz2 |
refactored Web API to use RestSharp instead of codescales, unstabled
Diffstat (limited to 'SendGrid/SendGridMail/StreamedFileBody.cs')
-rwxr-xr-x | SendGrid/SendGridMail/StreamedFileBody.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SendGrid/SendGridMail/StreamedFileBody.cs b/SendGrid/SendGridMail/StreamedFileBody.cs index 50d218c..faa9d59 100755 --- a/SendGrid/SendGridMail/StreamedFileBody.cs +++ b/SendGrid/SendGridMail/StreamedFileBody.cs @@ -3,8 +3,6 @@ using System.Collections.Generic; using System.IO;
using System.Linq;
using System.Text;
-using CodeScales.Http.Entity.Mime;
-using CodeScales.Http.Network;
namespace SendGridMail
{
|