ReceiveResponseExtensions 类

定义

添加到 类的 ReceiveResponse 帮助程序方法。

public static class ReceiveResponseExtensions
type ReceiveResponseExtensions = class
Public Module ReceiveResponseExtensions
继承
ReceiveResponseExtensions

方法

ReadBodyAsJson<T>(ReceiveResponse)

将此 ReceiveResponse 正文序列化为 JSON。

ReadBodyAsString(ReceiveResponse)

将此 ReceiveResponse 的主体序列化为 String

ReadBodyAsStringAsync(ReceiveResponse)

将此 ReceiveResponse 的主体序列化为 String

适用于