[]
Initializes a new instance of the ServerConnectionChangedEventArgs class with specified connection state and server URL.
public ServerConnectionChangedEventArgs(bool connected, string serverUrl)
Type | Name | Description |
---|---|---|
bool | connected | Indicates whether the connection to the server is established. |
string | serverUrl | The URL of the server to which the connection status has changed. |