Skip to content

Commit f51e7a5

Browse files
removing timeout value from example
1 parent 3138ae3 commit f51e7a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Example Projects/dotNetCoreExample/Examples/Basic/BasicSendWithProxy.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public SendResponse RunExample()
2525
message.ReplyTo.Email = "replyto@example.com";
2626
message.To.Add("recipient1@example.com");
2727

28-
client.RequestTimeout = 50;
2928
return client.Send(message);
3029
}
3130
}

0 commit comments

Comments
 (0)