개정판 ff4b1e6e
데이터베이스 nuget으로 변경
Change-Id: I6167ddf20d4cdae727b0d9047dec4fdad0dcf81a
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/AliveViewModel.cs | ||
---|---|---|
132 | 132 |
{ |
133 | 133 |
using (System.Net.Http.HttpClient Client = new System.Net.Http.HttpClient()) |
134 | 134 |
{ |
135 |
Client.Timeout = new TimeSpan(0, 0, 10); |
|
135 | 136 |
|
136 | 137 |
System.Net.Http.HttpResponseMessage responseMessage = Client.GetAsync(uri).Result; |
137 | 138 |
System.Net.HttpStatusCode StatusCode = responseMessage.StatusCode; |
내보내기 Unified diff