개정판 d71b4688
issue #660: SmartUpdate 수정
Change-Id: Icc4c9bd2702624bd8d235127b8d375a1962f6a48
KCOM/Common/Check_Uri.cs | ||
---|---|---|
15 | 15 |
throw new Exception(); |
16 | 16 |
} |
17 | 17 |
} |
18 |
|
|
19 |
public static bool UriCheckBool(string filepath) |
|
20 |
{ |
|
21 |
if (!(Uri.TryCreate(filepath, UriKind.Absolute, out Uri uri) && uri.Scheme == Uri.UriSchemeHttp)) |
|
22 |
{ |
|
23 |
return false; |
|
24 |
} |
|
25 |
return true; |
|
26 |
} |
|
18 | 27 |
} |
19 | 28 |
} |
내보내기 Unified diff