覆盖父类方法,将不会触发ITcpConnectingPlugin插件。
protected virtual Task OnTcpConnecting(
ConnectingEventArgs e
)
Protected Overridable Function OnTcpConnecting (
e As ConnectingEventArgs
) As Task
abstract OnTcpConnecting :
e : ConnectingEventArgs -> Task
override OnTcpConnecting :
e : ConnectingEventArgs -> Task
[缺少 "M:TouchSocket.Sockets.TcpClientBase.OnTcpConnecting(TouchSocket.Sockets.ConnectingEventArgs)" 的 <returns> 文档]