IHttpExtendedConnectFeature.AcceptAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Send the response headers with a 200 status code and transition to opaque streaming.
public System.Threading.Tasks.ValueTask<System.IO.Stream> AcceptAsync ();
abstract member AcceptAsync : unit -> System.Threading.Tasks.ValueTask<System.IO.Stream>
Public Function AcceptAsync () As ValueTask(Of Stream)
Returns
An opaque bidirectional stream.