C# Class Microsoft.AspNet.Server.Kestrel.Http.SocketOutput.CallbackContext

Afficher le fichier Open project: Starcounter/KestrelHttpServer

Méthodes publiques

Свойство Type Description
BytesToWrite int
Callback Action
State object

Property Details

BytesToWrite public_oe property

public int BytesToWrite
Résultat int

Callback public_oe property

public Action Callback
Résultat Action

State public_oe property

public object State
Résultat object