개정판 195f079d
issue #0000 DIG project 추가
Change-Id: I4c33372aa9b1e354ad399321f21d13a346a81564
KCOM/PageManager/PageStorage.cs | ||
---|---|---|
26 | 26 |
string _BaseUri; |
27 | 27 |
int _TotalPages; |
28 | 28 |
int _TakeCount; |
29 |
string _token; |
|
30 | 29 |
bool IsBusy = false; |
31 | 30 |
|
32 | 31 |
BitmapFrame PageImage; |
... | ... | |
332 | 331 |
System.Diagnostics.Debug.WriteLine("download start " + downloadFilePath); |
333 | 332 |
client.CachePolicy = new System.Net.Cache.RequestCachePolicy(System.Net.Cache.RequestCacheLevel.NoCacheNoStore); |
334 | 333 |
client.Headers.Add("Cache-Control", "no-cache"); |
335 |
//client.Headers.Add(HttpRequestHeader.Authorization, _token); |
|
334 |
|
|
335 |
if(App.isAuthenticate) |
|
336 |
client.Headers.Add(HttpRequestHeader.Authorization, App.AuthenticateToken); |
|
336 | 337 |
|
337 | 338 |
//client.ResponseHeaders.Add(HttpRequestHeader.Authorization,) |
338 | 339 |
client.UseDefaultCredentials = true; |
내보내기 Unified diff