HttpStatusCode 被实现为 enum ,每个可能的值都分配给了其相应的HTTP状态代码(例如 (int)HttpStatusCode.Ok == 200 )。 但是, HttpMethod 是implemented as a class ...
確定! 回上一頁