Library.Net.Connections.SecureConnection.SecureConnection C# (CSharp) 메소드

SecureConnection() 공개 메소드

public SecureConnection ( SecureConnectionVersion version, SecureConnectionType type, Connection connection, DigitalSignature digitalSignature, BufferManager bufferManager ) : System
version SecureConnectionVersion
type SecureConnectionType
connection Connection
digitalSignature DigitalSignature
bufferManager BufferManager
리턴 System
        public SecureConnection(SecureConnectionVersion version, SecureConnectionType type, Connection connection, DigitalSignature digitalSignature, BufferManager bufferManager)
        {
            _type = type;
            _connection = connection;
            _digitalSignature = digitalSignature;
            _bufferManager = bufferManager;

            _myVersion = version;
        }