다음을 통해 공유


ReceiveResponseExtensions.ReadBodyAsString(ReceiveResponse) 메서드

정의

ReceiveResponse 본문을 로 String직렬화합니다.

public static string ReadBodyAsString(this Microsoft.Bot.Streaming.ReceiveResponse response);
static member ReadBodyAsString : Microsoft.Bot.Streaming.ReceiveResponse -> string
<Extension()>
Public Function ReadBodyAsString (response As ReceiveResponse) As String

매개 변수

response
ReceiveResponse

ReceiveResponse의 현재 인스턴스입니다.

반환

성공하면 String 본문의 데이터의 입니다 ReceiveResponse .

적용 대상