CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of OAuth
C#
        public const string SafeUrlCharacters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.~";
by Mehul Harry   December 15, 2009 @ 4:13pm
335 Views
no comments
 
C#
        /// <summary>
        /// URL-encodes a string for use with OAuth.
        /// </summary>
        /// <param name="toEncode">
        /// The string to encode.
        /// </param>
        /// <returns>
        /// A URL-encoded string where all of the encoded characters are upper-case.
        /// </returns>
        /// <remarks>
by Mehul Harry   December 15, 2009 @ 3:01pm
387 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate