Using statement for Base64UrlEncode [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I am trying to send an email through code, and I ran into a roadblock. I was working off of this when Base64UrlEncode showed up red. I have the same using statements in my code. using System; using System.IO; using System.Net.Mail; using System.Collections.Generic; using System.Configuration; using System.Linq;