KestrelServerOptions.ConnectionFilter Property

Definition

Gets or sets an IConnectionFilter that allows each connection Stream to be intercepted and transformed. Configured by the UseHttps() and UseConnectionLogging(KestrelServerOptions) extension methods.

public:
 property Microsoft::AspNetCore::Server::Kestrel::Filter::IConnectionFilter ^ ConnectionFilter { Microsoft::AspNetCore::Server::Kestrel::Filter::IConnectionFilter ^ get(); void set(Microsoft::AspNetCore::Server::Kestrel::Filter::IConnectionFilter ^ value); };
public Microsoft.AspNetCore.Server.Kestrel.Filter.IConnectionFilter ConnectionFilter { get; set; }
member this.ConnectionFilter : Microsoft.AspNetCore.Server.Kestrel.Filter.IConnectionFilter with get, set
Public Property ConnectionFilter As IConnectionFilter

Property Value

Remarks

Defaults to null.

Applies to