C# 클래스 OpenStory.Server.Processing.ConfiguredHandshakeInfo

상속: OpenStory.Common.IO.HandshakeInfo
파일 보기 프로젝트 열기: shoftee/OpenStory 1 사용 예제들

공개 메소드들

메소드 설명
ConfiguredHandshakeInfo ( ServerConfiguration configuration, byte clientIv, byte serverIv ) : OpenStory.Common.IO

Initializes a new instance of the ConfiguredHandshakeInfo class.

메소드 상세

ConfiguredHandshakeInfo() 공개 메소드

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.
리턴 OpenStory.Common.IO