NetMQ.Security.V0_1.SecureChannel.Dispose C# (CSharp) Method

Dispose() public method

Release any contained resources of this SecureChannel object.
This disposes of the handshake-layer and the record-layer.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

SecureChannel::Dispose ( bool disposing ) : void