public static bool IsSuccess<TResponse>(
this TResponse response,
int? status = null
)
where TResponse : HttpResponse
<ExtensionAttribute>
Public Shared Function IsSuccess(Of TResponse As HttpResponse) (
response As TResponse,
Optional status As Integer? = Nothing
) As Boolean
[<ExtensionAttribute>]
static member IsSuccess :
response : 'TResponse *
?status : Nullable<int>
(* Defaults:
let _status = defaultArg status null
*)
-> bool when 'TResponse : HttpResponse
[缺少 "M:TouchSocket.Http.HttpExtensions.IsSuccess``1(``0,System.Nullable{System.Int32})" 的 <typeparam name="TResponse"/> 文档]