C# Class OpenStory.Server.Channel.ChannelConfiguration

Represents a configuration for a channel server.
Inheritance: OpenStory.Services.Contracts.ServerConfiguration
显示文件 Open project: shoftee/OpenStory Class Usage Examples

Public Methods

Method Description
ChannelConfiguration ( OsServiceConfiguration configuration ) : OpenStory.Services.Contracts

Initializes a new instance of the ChannelConfiguration class.

Method Details

ChannelConfiguration() public method

Initializes a new instance of the ChannelConfiguration class.
public ChannelConfiguration ( OsServiceConfiguration configuration ) : OpenStory.Services.Contracts
configuration OsServiceConfiguration
return OpenStory.Services.Contracts