Class ServiceAcceptMessage
Represents SSH_MSG_SERVICE_ACCEPT message.
public class ServiceAcceptMessage : Message
- Inheritance
-
ServiceAcceptMessage
- Inherited Members
Constructors
ServiceAcceptMessage()
public ServiceAcceptMessage()
Properties
MessageName
public override string MessageName { get; }
Property Value
MessageNumber
public override byte MessageNumber { get; }
Property Value
ServiceName
Gets the name of the service.
public ServiceName ServiceName { get; }
Property Value
- ServiceName
The name of the service.
Methods
LoadData()
Called when type specific data need to be loaded.
protected override void LoadData()
SaveData()
Called when type specific data need to be saved.
protected override void SaveData()