Enum HttpHostingService.ResultCode
Options for standard Http result codes
네임스페이스: UnityEditor.AddressableAssets.HostingServices
어셈블리: solution.dll
구문
protected enum HttpHostingService.ResultCode
필드
| 이름 | 설명 |
|---|---|
| NotFound | Use to indicate that the requested resource could not be found. |
| Ok | Use to indicate that the request succeeded. |