Adds the specified Client to the client list.
[Visual Basic]Protected Sub AddClient( _
ByVal client As Org.Mentalis.Proxy.Client _
)
[C#]
protected void AddClient(
Client client
);
Parameters
- client
- The client to add to the client list.
Remarks
A client will never be added twice to the list.
See Also
Listener Class | Listener Members | Org.Mentalis.Proxy Namespace