C# Class OpenStory.Server.Processing.ConfiguredHandshakeInfo

Inheritance: OpenStory.Common.IO.HandshakeInfo
ファイルを表示 Open project: shoftee/OpenStory Class Usage Examples

Public Methods

Method Description
ConfiguredHandshakeInfo ( ServerConfiguration configuration, byte clientIv, byte serverIv ) : OpenStory.Common.IO

Initializes a new instance of the ConfiguredHandshakeInfo class.

Method Details

ConfiguredHandshakeInfo() public method

Initializes a new instance of the ConfiguredHandshakeInfo class.
public ConfiguredHandshakeInfo ( ServerConfiguration configuration, byte clientIv, byte serverIv ) : OpenStory.Common.IO
configuration OpenStory.Services.Contracts.ServerConfiguration The server configuration.
clientIv byte The client cryptographic IV.
serverIv byte The server cryptographic IV.
return OpenStory.Common.IO