Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit cd7b0b2

Browse files
author
Matt Bernier
committed
Merge pull request #1287 from sendgrid/develop
C# updated
2 parents 7e01b5b + fd0ec9e commit cd7b0b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

source/Integrate/Code_Examples/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mail.Text = "and easy to do anywhere, even with C#";
2727

2828
var credentials = new NetworkCredential(api_user, api_key);
2929
var transportWeb = new Web(credentials);
30-
transportWeb.Deliver(mail);
30+
transportWeb.DeliverAsync(mail);
3131
{% endcodeblock %}
3232

3333
{% anchor h2 %}

source/_redirects.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Redirect 301 /API_Reference/Reseller_API/customer_subuser_spam_reports.html http
2222
Redirect 301 /API_Reference/Reseller_API/customer_subuser_statistics.html https://sendgrid.com/docs/API_Reference/Reseller_API/Reseller_Customer_Subuser_API/customer_subuser_statistics.html
2323
Redirect 301 /API_Reference/Reseller_API/customer_subuser_timezone.html https://sendgrid.com/docs/API_Reference/Reseller_API/Reseller_Customer_Subuser_API/customer_subuser_timezone.html
2424
Redirect 301 /API_Reference/Reseller_API/customer_subuser_unsubscribes.html https://sendgrid.com/docs/API_Reference/Reseller_API/Reseller_Customer_Subuser_API/customer_subuser_unsubscribes.html
25+
Redirect 301 /API_Reference/Web_API_v3/cancel_scheduled_send.html https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html
2526
Redirect 301 /API_Reference/Template_Engine_API/index.html https://sendgrid.com/docs/API_Reference/Web_API_v3/Template_Engine/index.html
2627
Redirect 301 /API_Reference/Template_Engine_API/templates.html https://sendgrid.com/docs/API_Reference/Web_API_v3/Template_Engine/templates.html
2728
Redirect 301 /API_Reference/Template_Engine_API/versions.html https://sendgrid.com/docs/API_Reference/Web_API_v3/Template_Engine/versions.html

0 commit comments

Comments
 (0)