ServerUrl Property (ServerConnectionChangedEventArgs)
In This Topic
Gets a value representing the URL of the server to which the connection status has changed.
Syntax
'Declaration
Public ReadOnly Property ServerUrl As String
public string ServerUrl {get;}
Property Value
The server URL.
See Also