K2Informatics.Erlnet.OtpPeer.connect C# (CSharp) Méthode

connect() private méthode

private connect ( OtpSelf self ) : OtpConnection
self OtpSelf
Résultat OtpConnection
        public OtpConnection connect(OtpSelf self)
        {
            return new OtpConnection(self, this);
        }