Specifies the options that the NewsFeed class supports.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
The NewsFeed class uses the RemoteOptions enumeration to specify one or more options to be used when establishing a connection with a remote host. Multiple options may be specified if necessary.
| Member Name | Description | Value |
|---|---|---|
| optionNone | No option specified. | 0 |
| optionDefault | The default connection option. This is the same as specifying optionNone. | 0 |
| optionStrict | The news feed content should be processed using strict rules to ensure that the feed meets the appropriate RSS standard specification and all feed property values are case-sensitive. By default, relaxed rules are used which allows the application to open a feed that may not strictly conform to the standard specification. | 1 |
Namespace: SocketTools
Assembly: SocketTools.NewsFeed (in SocketTools.NewsFeed.dll)