ResponseCookiesFeature Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ResponseCookiesFeature(IFeatureCollection) |
Inicjuje nowe ResponseCookiesFeature wystąpienie. |
ResponseCookiesFeature(IFeatureCollection, ObjectPool<StringBuilder>) |
Przestarzałe.
Inicjuje nowe ResponseCookiesFeature wystąpienie. |
ResponseCookiesFeature(IFeatureCollection)
- Źródło:
- ResponseCookiesFeature.cs
- Źródło:
- ResponseCookiesFeature.cs
- Źródło:
- ResponseCookiesFeature.cs
Inicjuje nowe ResponseCookiesFeature wystąpienie.
public:
ResponseCookiesFeature(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features);
public ResponseCookiesFeature (Microsoft.AspNetCore.Http.Features.IFeatureCollection features);
new Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature : Microsoft.AspNetCore.Http.Features.IFeatureCollection -> Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature
Public Sub New (features As IFeatureCollection)
Parametry
- features
- IFeatureCollection
IFeatureCollection zawierające wszystkie zdefiniowane funkcje, w tym te IResponseCookiesFeature i IHttpResponseFeature.
Dotyczy
ResponseCookiesFeature(IFeatureCollection, ObjectPool<StringBuilder>)
- Źródło:
- ResponseCookiesFeature.cs
- Źródło:
- ResponseCookiesFeature.cs
- Źródło:
- ResponseCookiesFeature.cs
Przestroga
This constructor is obsolete and will be removed in a future version.
Inicjuje nowe ResponseCookiesFeature wystąpienie.
public:
ResponseCookiesFeature(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features, Microsoft::Extensions::ObjectPool::ObjectPool<System::Text::StringBuilder ^> ^ builderPool);
public ResponseCookiesFeature (Microsoft.AspNetCore.Http.Features.IFeatureCollection features, Microsoft.Extensions.ObjectPool.ObjectPool<System.Text.StringBuilder> builderPool);
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public ResponseCookiesFeature (Microsoft.AspNetCore.Http.Features.IFeatureCollection features, Microsoft.Extensions.ObjectPool.ObjectPool<System.Text.StringBuilder>? builderPool);
new Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature : Microsoft.AspNetCore.Http.Features.IFeatureCollection * Microsoft.Extensions.ObjectPool.ObjectPool<System.Text.StringBuilder> -> Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature
[<System.Obsolete("This constructor is obsolete and will be removed in a future version.")>]
new Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature : Microsoft.AspNetCore.Http.Features.IFeatureCollection * Microsoft.Extensions.ObjectPool.ObjectPool<System.Text.StringBuilder> -> Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature
Public Sub New (features As IFeatureCollection, builderPool As ObjectPool(Of StringBuilder))
Parametry
- features
- IFeatureCollection
IFeatureCollection zawierające wszystkie zdefiniowane funkcje, w tym te IResponseCookiesFeature i IHttpResponseFeature.
- builderPool
- ObjectPool<StringBuilder>
Wartość ObjectPool<T>, jeśli jest dostępna.
- Atrybuty