다음을 통해 공유


NegotiateProtocol 클래스

정의

협상 요청 및 응답을 읽고 쓰기 위한 프로토콜입니다.

public ref class NegotiateProtocol abstract sealed
public static class NegotiateProtocol
type NegotiateProtocol = class
Public Class NegotiateProtocol
상속
NegotiateProtocol

메서드

ParseResponse(ReadOnlySpan<Byte>)

에서 contentNegotiationResponse Json으로 구문 분석합니다.

ParseResponse(Stream)
사용되지 않음.

이 메서드는 더 이상 사용되지 않으며 이후 버전에서 제거될 예정입니다. ParseResponse(ReadOnlySpan<Byte>)를 대신 사용하는 것이 좋습니다.

WriteResponse(NegotiationResponse, IBufferWriter<Byte>)

에 을 responseoutput씁니다.

적용 대상