NegotiateProtocol 类

定义

用于读取和写入协商请求和响应的协议。

public ref class NegotiateProtocol abstract sealed
public static class NegotiateProtocol
type NegotiateProtocol = class
Public Class NegotiateProtocol
继承
NegotiateProtocol

方法

ParseResponse(ReadOnlySpan<Byte>)

NegotiationResponse 中的 content 分析为 Json。

ParseResponse(Stream)
已过时.

此方法已过时,并将从未来版本中删除。 建议的替代项为 ParseResponse(ReadOnlySpan<Byte>)

WriteResponse(NegotiationResponse, IBufferWriter<Byte>)

response 写入 。output

适用于