Skip to content

Commit c678148

Browse files
committed
Update ref-Assembly
1 parent 5001569 commit c678148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/WebUtilities/ref/Microsoft.AspNetCore.WebUtilities.netcoreapp3.0.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ public static partial class WebEncoders
230230
public static byte[] Base64UrlDecode(string input) { throw null; }
231231
public static byte[] Base64UrlDecode(string input, int offset, char[] buffer, int bufferOffset, int count) { throw null; }
232232
public static byte[] Base64UrlDecode(string input, int offset, int count) { throw null; }
233+
public static string Base64UrlEncode(System.ReadOnlySpan<byte> input) { throw null; }
233234
public static string Base64UrlEncode(byte[] input) { throw null; }
234235
public static int Base64UrlEncode(byte[] input, int offset, char[] output, int outputOffset, int count) { throw null; }
235236
public static string Base64UrlEncode(byte[] input, int offset, int count) { throw null; }

0 commit comments

Comments
 (0)