Condividi tramite


NegotiateProtocol.ParseResponse Metodo

Definizione

Overload

ParseResponse(Stream)
Obsoleti.

Questo metodo è obsoleto e verrà rimosso in una versione futura. L'alternativa consigliata è ParseResponse(ReadOnlySpan<Byte>).

ParseResponse(ReadOnlySpan<Byte>)

Analizza un NegotiationResponse oggetto da content come Json.

ParseResponse(Stream)

Origine:
NegotiateProtocol.cs
Origine:
NegotiateProtocol.cs
Origine:
NegotiateProtocol.cs
Origine:
NegotiateProtocol.cs
Origine:
NegotiateProtocol.cs

Attenzione

This method is obsolete and will be removed in a future version. The recommended alternative is ParseResponse(ReadOnlySpan{byte}).

Questo metodo è obsoleto e verrà rimosso in una versione futura. L'alternativa consigliata è ParseResponse(ReadOnlySpan<Byte>).

public:
 static Microsoft::AspNetCore::Http::Connections::NegotiationResponse ^ ParseResponse(System::IO::Stream ^ content);
public static Microsoft.AspNetCore.Http.Connections.NegotiationResponse ParseResponse (System.IO.Stream content);
[System.Obsolete("This method is obsolete and will be removed in a future version. The recommended alternative is ParseResponse(ReadOnlySpan{byte}).")]
public static Microsoft.AspNetCore.Http.Connections.NegotiationResponse ParseResponse (System.IO.Stream content);
static member ParseResponse : System.IO.Stream -> Microsoft.AspNetCore.Http.Connections.NegotiationResponse
[<System.Obsolete("This method is obsolete and will be removed in a future version. The recommended alternative is ParseResponse(ReadOnlySpan{byte}).")>]
static member ParseResponse : System.IO.Stream -> Microsoft.AspNetCore.Http.Connections.NegotiationResponse
Public Shared Function ParseResponse (content As Stream) As NegotiationResponse

Parametri

content
Stream

Restituisce

Attributi

Si applica a

ParseResponse(ReadOnlySpan<Byte>)

Origine:
NegotiateProtocol.cs
Origine:
NegotiateProtocol.cs
Origine:
NegotiateProtocol.cs
Origine:
NegotiateProtocol.cs
Origine:
NegotiateProtocol.cs
Origine:
NegotiateProtocol.cs
Origine:
NegotiateProtocol.cs

Analizza un NegotiationResponse oggetto da content come Json.

public:
 static Microsoft::AspNetCore::Http::Connections::NegotiationResponse ^ ParseResponse(ReadOnlySpan<System::Byte> content);
public static Microsoft.AspNetCore.Http.Connections.NegotiationResponse ParseResponse (ReadOnlySpan<byte> content);
static member ParseResponse : ReadOnlySpan<byte> -> Microsoft.AspNetCore.Http.Connections.NegotiationResponse
Public Shared Function ParseResponse (content As ReadOnlySpan(Of Byte)) As NegotiationResponse

Parametri

content
ReadOnlySpan<Byte>

Byte di un payload Json che rappresenta un NegotiationResponseoggetto .

Restituisce

Oggetto NegotiationResponse analizzato.

Si applica a