UvConnectRequest Class¶
Summary description for UvWriteRequest
- Namespace
Microsoft.AspNetCore.Server.Kestrel.Internal.Networking- Assemblies
- Microsoft.AspNetCore.Server.Kestrel
Inheritance Hierarchy¶
System.ObjectSystem.Runtime.ConstrainedExecution.CriticalFinalizerObjectSystem.Runtime.InteropServices.SafeHandleMicrosoft.AspNetCore.Server.Kestrel.Internal.Networking.UvMemoryMicrosoft.AspNetCore.Server.Kestrel.Internal.Networking.UvRequestMicrosoft.AspNetCore.Server.Kestrel.Internal.Networking.UvConnectRequest
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)
-