Class
ClientDisconnectedEventArgs

ClientDisconnectedEventArgs

Definition

Namespace:ArtOfTest.WebAii.EventsArgs

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class ClientDisconnectedEventArgs : EventArgs

Inheritance: objectEventArgsClientDisconnectedEventArgs

Inherited Members EventArgs.Empty

Constructors

ClientDisconnectedEventArgs(string)

Create a new ClientDisconnectedEventArgs.

Declaration

cs-api-definition
public ClientDisconnectedEventArgs(string clientId)

Parameters

clientId

string

The client unique id that disconnected.

Properties

ClientId

Gets the client unique id that disconnected.

Declaration

cs-api-definition
public string ClientId { get; }

Property Value

string