Differences
This shows you the differences between the selected revisions of the page.
2014-04-24 | 2014-04-24 | ||
variable names distinct from class names as VB is case-insensitive (martin) | keyword case (martin) | ||
Line 163: | Line 163: | ||
.Password = "mypassword" | .Password = "mypassword" | ||
.SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | .SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | ||
- | End with | + | End With |
Using mySession As Session = New Session | Using mySession As Session = New Session |