Aracılığıyla paylaş


HttpRequestOptions.TryGetValue<TValue> Yöntem

Tanım

Belirtilen HTTP isteği seçeneğinin değerini alır.

public:
generic <typename TValue>
 bool TryGetValue(System::Net::Http::HttpRequestOptionsKey<TValue> key, [Runtime::InteropServices::Out] TValue % value);
public bool TryGetValue<TValue> (System.Net.Http.HttpRequestOptionsKey<TValue> key, out TValue value);
member this.TryGetValue : System.Net.Http.HttpRequestOptionsKey<'Value> * 'Value -> bool
Public Function TryGetValue(Of TValue) (key As HttpRequestOptionsKey(Of TValue), ByRef value As TValue) As Boolean

Tür Parametreleri

TValue

tarafından keytanımlanan HTTP değerinin türü.

Parametreler

key
HttpRequestOptionsKey<TValue>

HTTP isteği seçeneğinin değerini almak için kesin olarak yazılan anahtar.

value
TValue

Bu yöntem döndürdüğünde, belirtilen HTTP isteği seçeneğinin değerini içerir.

Döndürülenler

Koleksiyon, belirtilen anahtara sahip bir öğe içeriyorsa true; içermiyorsa, false.

Şunlara uygulanır