Source code checked in, #52687
Merged the OAuth into LightRest project. Replaced the OAuthStrings resource file with static class.
View ArticleSource code checked in, #52699
Fixed the HttpQueryString.MakeQueryString not work bug; Renamed the SignedHttpRequestMessage class to OAuthHttpRequestMessage; Added NormalizeUriWithoutQuery method to RestUtility class
View ArticleSource code checked in, #52825
Fixed the multi part form bug; Added FileContentType into the HttpFormFile class; Added UserAgent to RestClient class and some other changes.
View ArticleSource code checked in, #52971
Fixed the HttpQueryString.MakeQueryString can not handle relative URI issue; Fixed the OAuthHttpRequestMessage can not support relative URI issue; Added CollectionExtensions to operate collections.
View ArticleSource code checked in, #52972
Fixed the null reference bug in the Sign method when baseAddress is null;
View ArticleSource code checked in, #53042
Added the Serializable attribute to token classes; Removed the UrlEncode of token and secret of ToString method.
View ArticleSource code checked in, #53060
Made the SignatureBaseString public to debug OAuth features; Updated the return value of Sign methods to debug OAuth features.
View ArticleSource code checked in, #53064
Replaced the SignatureMethod in Consumer class with ISignatureProvider, now supports RSA-SHA1 signature for OAuth; But not supported in .NET Compact Framework.
View ArticleSource code checked in, #53065
Replaced the SignatureMethod property in ISignatureProvider as string value, removed the SignatureMethod enumerate to simplify the codes.
View ArticleSource code checked in, #53068
Updated the HttpMultipartMimeForm class to support add file from a stream;
View ArticleSource code checked in, #53069
Deleted the HttpFormValue class, replaced with KeyValuePair to simplify codes.
View ArticleSource code checked in, #53100
Added RestException class; Updated the OAuthStrings class etc.
View ArticleSource code checked in, #53214
Simplified the KeyValuePair<string,string> collection parameters in OAuth. Now you can pass a URI query string as additional parameters.
View ArticleSource code checked in, #69709
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View Article