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