public static T SetContentLength<T>(
this T httpBase,
long value
)
where T : HttpBase
<ExtensionAttribute>
Public Shared Function SetContentLength(Of T As HttpBase) (
httpBase As T,
value As Long
) As T
[<ExtensionAttribute>]
static member SetContentLength :
httpBase : 'T *
value : int64 -> 'T when 'T : HttpBase
[缺少 "M:TouchSocket.Http.HttpExtensions.SetContentLength``1(``0,System.Int64)" 的 <typeparam name="T"/> 文档]