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
Exibir arquivo Open project: nmosafi/aspComet

Public Methods

Method Description
CreateClient ( string id ) : IClient

Method Details

CreateClient() public method

public CreateClient ( string id ) : IClient
id string
return IClient