linvi / tweetinvi

Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
MIT License
1k stars 220 forks source link

stream = Stream.CreateFilteredStream(); not defined, how to fix it #628

Open thE-iNviNciblE opened 6 years ago

thE-iNviNciblE commented 6 years ago

i've trouble with this line of code.

var stream = Stream.CreateFilteredStream();

the error says that there is no definition, how to fix it?

linvi commented 6 years ago

Hello,

Few questions to be able to help you:

Thanks