NegotiateProtocol.ParseResponse Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 NegotiationResponse |
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.