mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
15 lines
354 B
VB.net
15 lines
354 B
VB.net
Namespace Connection
|
|
Namespace Protocol
|
|
Public Class RAW
|
|
Inherits Connection.Protocol.PuttyBase
|
|
|
|
Public Sub New()
|
|
Me.PuttyProtocol = Putty_Protocol.raw
|
|
End Sub
|
|
|
|
Public Enum Defaults
|
|
Port = 23
|
|
End Enum
|
|
End Class
|
|
End Namespace
|
|
End Namespace |