9swampy / Telnet

Published on Nuget at https://www.nuget.org/packages/Telnet

Home Page:http://www.nugetmusthaves.com/Package/Telnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not be used according to "usage"

derekdonyen opened this issue · comments

I am a novice using c # to develop telnet-related apps.
And I used the VS2012 installed this API, but I can't understand how to use it after i read the "Usage" many times. I think the Usage is pseudo code not really example.
Because of I copy paste the sample code(in the usage) into VS2012 there are some error happened.
There are some properties and methods that can not be found.(TelnetServer、.Should().Be(true))
Could you kindly tell me or give me some really example let me know how to use this API.
Many thanks.

It's not pseudo code, but it is an incomplete example as the example as is requires some imports. Combine the headers in https://github.com/9swampy/Telnet/blob/master/PrimS.Telnet.CiTests/WithClient.cs with the full code of the last ReadMeExample method in the aforementioned file and that should get you going again.