public static Task<TClient> BuildClientAsync<TClient>(
this TouchSocketConfig config
)
where TClient : new(), ISetupConfigObject, IConnectableClient
<ExtensionAttribute>
Public Shared Function BuildClientAsync(Of TClient As {New, ISetupConfigObject, IConnectableClient}) (
config As TouchSocketConfig
) As Task(Of TClient)
[<ExtensionAttribute>]
static member BuildClientAsync :
config : TouchSocketConfig -> Task<'TClient> when 'TClient : new() and ISetupConfigObject and IConnectableClient
[缺少 "M:TouchSocket.Sockets.TouchSocketConfigExtension.BuildClientAsync``1(TouchSocket.Core.TouchSocketConfig)" 的 <param name="config"/> 文档]
[缺少 "M:TouchSocket.Sockets.TouchSocketConfigExtension.BuildClientAsync``1(TouchSocket.Core.TouchSocketConfig)" 的 <typeparam name="TClient"/> 文档]
[缺少 "M:TouchSocket.Sockets.TouchSocketConfigExtension.BuildClientAsync``1(TouchSocket.Core.TouchSocketConfig)" 的 <returns> 文档]