C# Class OpenStory.Server.Processing.ConfiguredHandshakeInfo

Inheritance: OpenStory.Common.IO.HandshakeInfo
Afficher le fichier Open project: shoftee/OpenStory Class Usage Examples

Méthodes publiques

Méthode Description
ConfiguredHandshakeInfo ( ServerConfiguration configuration, byte clientIv, byte serverIv ) : OpenStory.Common.IO

Initializes a new instance of the ConfiguredHandshakeInfo class.

Method Details

ConfiguredHandshakeInfo() public méthode

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.
Résultat OpenStory.Common.IO