Aracılığıyla paylaş


NegotiateProtocol.ParseResponse Yöntem

Tanım

Aşırı Yüklemeler

ParseResponse(Stream)
Geçersiz.

Bu yöntem eskidir ve gelecekteki bir sürümde kaldırılacaktır. Önerilen alternatif şeklindedir ParseResponse(ReadOnlySpan<Byte>).

ParseResponse(ReadOnlySpan<Byte>)

A'dan NegotiationResponsecontent Json olarak ayrıştırma.

ParseResponse(Stream)

Kaynak:
NegotiateProtocol.cs
Kaynak:
NegotiateProtocol.cs
Kaynak:
NegotiateProtocol.cs
Kaynak:
NegotiateProtocol.cs
Kaynak:
NegotiateProtocol.cs

Dikkat

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

Bu yöntem eskidir ve gelecekteki bir sürümde kaldırılacaktır. Önerilen alternatif şeklindedir 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

Parametreler

content
Stream

Döndürülenler

Öznitelikler

Şunlara uygulanır

ParseResponse(ReadOnlySpan<Byte>)

Kaynak:
NegotiateProtocol.cs
Kaynak:
NegotiateProtocol.cs
Kaynak:
NegotiateProtocol.cs
Kaynak:
NegotiateProtocol.cs
Kaynak:
NegotiateProtocol.cs
Kaynak:
NegotiateProtocol.cs
Kaynak:
NegotiateProtocol.cs

A'dan NegotiationResponsecontent Json olarak ayrıştırma.

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

Parametreler

content
ReadOnlySpan<Byte>

bir öğesini temsil NegotiationResponseeden Json yükünün baytları.

Döndürülenler

Ayrıştırılan NegotiationResponse.

Şunlara uygulanır