NamedPipeClientBaseProtectedSendAsync(IRequestInfo) 方法
异步安全发送请求信息。
命名空间: TouchSocket.NamedPipe程序集: TouchSocket.NamedPipe (在 TouchSocket.NamedPipe.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
protected Task ProtectedSendAsync(
IRequestInfo requestInfo
)
Protected Function ProtectedSendAsync (
requestInfo As IRequestInfo
) As Task
member ProtectedSendAsync :
requestInfo : IRequestInfo -> Task
- requestInfo IRequestInfo
- 请求信息对象,包含要发送的数据。
Task返回一个任务,表示异步操作的结果。