uv_tcp_getpeername_func Delegate

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

Syntax

public delegate int uv_tcp_getpeername_func(UvTcpHandle handle, out SockAddr addr, ref int namelen);
delegate Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.uv_tcp_getpeername_func