SimpleWebSocketHttpServer Constructor
Initializes a new instance of the SimpleWebSocketHttpServer class
Definition
Namespace: Avalonia.DesignerSupport.Remote.HtmlTransport
Assembly: Avalonia.DesignerSupport (in Avalonia.DesignerSupport.dll)
- C#
- VB
- F#
public SimpleWebSocketHttpServer(
IPAddress address,
int port
)
Public Sub New (
address As IPAddress,
port As Integer
)
new :
address : IPAddress *
port : int -> SimpleWebSocketHttpServer
Parameters
See Also
Reference
SimpleWebSocketHttpServer Class
Avalonia.DesignerSupport.Remote.HtmlTransport Namespace