C# Class Renci.SshNet.SshMessageFactory.MessageMetadata

Show file Open project: sshnet/SSH.NET

Public Properties

Property Type Description
Id byte
Name string
Number byte

Public Methods

Method Description
Create ( ) : Message

Protected Methods

Method Description
MessageMetadata ( byte id, string name, byte number ) : System

Method Details

Create() public abstract method

public abstract Create ( ) : Message
return Message

MessageMetadata() protected method

protected MessageMetadata ( byte id, string name, byte number ) : System
id byte
name string
number byte
return System

Property Details

Id public property

public byte Id
return byte

Name public property

public string Name
return string

Number public property

public byte Number
return byte