public static TResponse SetStatus<TResponse>(
this TResponse response,
int status,
string msg
)
where TResponse : HttpResponse
<ExtensionAttribute>
Public Shared Function SetStatus(Of TResponse As HttpResponse) (
response As TResponse,
status As Integer,
msg As String
) As TResponse
[<ExtensionAttribute>]
static member SetStatus :
response : 'TResponse *
status : int *
msg : string -> 'TResponse when 'TResponse : HttpResponse
[缺少 "M:TouchSocket.Http.HttpExtensions.SetStatus``1(``0,System.Int32,System.String)" 的 <typeparam name="TResponse"/> 文档]