一款简单易用的基础网络通讯组件库。

HttpStatusCodeRedirectKeepVerb 字段

请求的信息位于Location头部指定的URI(与TemporaryRedirect同义),默认跟随重定向,POST请求重定向时保持使用POST方法,对应HTTP状态码307

Definition

命名空间: TouchSocket.Http
程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
public const int RedirectKeepVerb = 307

字段值

Int32

参见