1 implementation of Abort
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\WebTransport\WebTransportSession.cs (1)
62void IWebTransportSession.Abort(int errorCode)
1 reference to Abort
WebTransportInteractiveSampleApp (1)
Program.cs (1)
152session.Abort(256 /*No error*/);