C# Class AspComet.ClientFactory

The default client factory. Applications can provide their own factory if they wish to have their own type of client
Inheritance: IClientFactory
Afficher le fichier Open project: nmosafi/aspComet

Méthodes publiques

Méthode Description
CreateClient ( string id ) : IClient

Method Details

CreateClient() public méthode

public CreateClient ( string id ) : IClient
id string
Résultat IClient