Share via


NegotiateProtocol Class

Definition

The protocol for reading and writing negotiate requests and responses.

public ref class NegotiateProtocol abstract sealed
public static class NegotiateProtocol
type NegotiateProtocol = class
Public Class NegotiateProtocol
Inheritance
NegotiateProtocol

Methods

ParseResponse(ReadOnlySpan<Byte>)

Parses a NegotiationResponse from the content as Json.

ParseResponse(Stream)
Obsolete.

This method is obsolete and will be removed in a future version. The recommended alternative is ParseResponse(ReadOnlySpan<Byte>).

WriteResponse(NegotiationResponse, IBufferWriter<Byte>)

Writes the response to the output.

Applies to