Sdílet prostřednictvím


PlainTextODataQueryOptionsParser.ParseAsync(Stream) Metoda

Definice

Načte a parsuje obsah Stream objektu do části adresy URL OData s možnostmi dotazu.

public System.Threading.Tasks.Task<string> ParseAsync (System.IO.Stream requestStream);
abstract member ParseAsync : System.IO.Stream -> System.Threading.Tasks.Task<string>
override this.ParseAsync : System.IO.Stream -> System.Threading.Tasks.Task<string>
Public Function ParseAsync (requestStream As Stream) As Task(Of String)

Parametry

requestStream
Stream

Obsahující Stream možnosti dotazu.

Návraty

Řetězec představující část možností dotazu adresy URL OData.

Implementuje

Platí pro