RespondAsync Method
Definition
Namespace: Avalonia.DesignerSupport.Remote.HtmlTransport
Assembly: Avalonia.DesignerSupport (in Avalonia.DesignerSupport.dll)
- C#
- VB
- F#
public Task RespondAsync(
int code,
byte[] data,
string contentType
)
Public Function RespondAsync (
code As Integer,
data As Byte(),
contentType As String
) As Task
member RespondAsync :
code : int *
data : byte[] *
contentType : string -> Task
Parameters
Return Value
TaskSee Also
Reference
SimpleWebSocketHttpRequest Class
Avalonia.DesignerSupport.Remote.HtmlTransport Namespace