ConnectionFilterContext Class¶
- Namespace
Microsoft.AspNetCore.Server.Kestrel.Filter- Assemblies
- Microsoft.AspNetCore.Server.Kestrel
Syntax¶
public class ConnectionFilterContext
-
class
Microsoft.AspNetCore.Server.Kestrel.Filter.ConnectionFilterContext
Properties¶
-
Microsoft.AspNetCore.Server.Kestrel.Filter.ConnectionFilterContext.Address¶ Return type: Microsoft.AspNetCore.Server.Kestrel.ServerAddress public ServerAddress Address { get; set; }
-
Microsoft.AspNetCore.Server.Kestrel.Filter.ConnectionFilterContext.Connection¶ Return type: System.IO.Stream public Stream Connection { get; set; }
-
Microsoft.AspNetCore.Server.Kestrel.Filter.ConnectionFilterContext.PrepareRequest¶ Return type: System.Action<Microsoft.AspNetCore.Http.Features.IFeatureCollection> public Action<IFeatureCollection> PrepareRequest { get; set; }
-