UvConnectRequest Class

Summary description for UvWriteRequest

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

Syntax

public class UvConnectRequest : UvRequest, IDisposable
class Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvConnectRequest

Constructors

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

Methods

Connect(Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvPipeHandle, System.String, System.Action<Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvConnectRequest, System.Int32, System.Exception, System.Object>, System.Object)
public void Connect(UvPipeHandle pipe, string name, Action<UvConnectRequest, int, Exception, object> callback, object state)
Init(Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvLoopHandle)
public void Init(UvLoopHandle loop)