SendGridClient.EndPoint

SendGridClient.EndPoint property

Gets or sets SendGridClient endpoint. If not specified, the default is “https://api.sendgrid.com”.

public string EndPoint { get; set; }

See Also