HttpContent 转换 (String to HttpContent)
将字符串内容隐式转换为HttpContent对象,使用UTF-8编码。
命名空间: TouchSocket.Http程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
public static implicit operator HttpContent (
string content
)
Public Shared Widening Operator CType (
content As String
) As HttpContent
F# does not support the declaration of new casting operators.
- content String
- 要转换的字符串内容。
HttpContent一个新的StringHttpContent对象。