C# Class Microsoft.AspNet.Server.Kestrel.Networking.UvHandle

Inheritance: UvMemory
Mostra file Open project: Starcounter/KestrelHttpServer Class Usage Examples

Public Methods

Method Description
Reference ( ) : void
Unreference ( ) : void

Protected Methods

Method Description
CreateHandle ( Libuv uv, int threadId, int size, Action queueCloseHandle ) : void
ReleaseHandle ( ) : bool
UvHandle ( IKestrelTrace logger ) : System

Method Details

CreateHandle() protected method

protected CreateHandle ( Libuv uv, int threadId, int size, Action queueCloseHandle ) : void
uv Libuv
threadId int
size int
queueCloseHandle Action
return void

Reference() public method

public Reference ( ) : void
return void

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

Unreference() public method

public Unreference ( ) : void
return void

UvHandle() protected method

protected UvHandle ( IKestrelTrace logger ) : System
logger IKestrelTrace
return System