summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-09 17:32:03 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-09 17:32:03 -0800
commitd9efd2120ec2f03d587ec5d856b9f1062433dbf6 (patch)
tree55f6714bc836333402562c8610800c0a4db5fe53
parent4621668b92b80dbca4d184840db7e47b497c29db (diff)
downloadsendgrid-csharp-d9efd2120ec2f03d587ec5d856b9f1062433dbf6.zip
sendgrid-csharp-d9efd2120ec2f03d587ec5d856b9f1062433dbf6.tar.gz
sendgrid-csharp-d9efd2120ec2f03d587ec5d856b9f1062433dbf6.tar.bz2
empty doc stuff
-rwxr-xr-xSendGrid/SendGrid/Transport/ITransport.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/SendGrid/SendGrid/Transport/ITransport.cs b/SendGrid/SendGrid/Transport/ITransport.cs
index 97ebdb6..43c7202 100755
--- a/SendGrid/SendGrid/Transport/ITransport.cs
+++ b/SendGrid/SendGrid/Transport/ITransport.cs
@@ -5,8 +5,15 @@ using System.Text;
namespace SendGrid.Transport
{
+ /// <summary>
+ ///
+ /// </summary>
public interface ITransport
{
+ /// <summary>
+ ///
+ /// </summary>
+ /// <param name="message"></param>
void Deliver(ISendGrid message);
}
}