UvLoopHandle Class

Namespace
Microsoft.AspNetCore.Server.Kestrel.Internal.Networking
Assemblies
  • Microsoft.AspNetCore.Server.Kestrel

Inheritance Hierarchy

Syntax

public class UvLoopHandle : UvMemory, IDisposable
class Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvLoopHandle

Constructors

UvLoopHandle(Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure.IKestrelTrace)
public UvLoopHandle(IKestrelTrace logger)

Methods

Init(Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv)
public void Init(Libuv uv)
ReleaseHandle()
Return type:System.Boolean
protected override bool ReleaseHandle()
Run(System.Int32)
Return type:System.Int32
public int Run(int mode = 0)
Stop()
public void Stop()