Class Rss
Allows in/out operations and/or data validations with RSS files.
Inherited Members
Namespace: AutoCheck.Core.Connectors
Assembly: AutoCheck.Core.dll
Syntax
public class Rss : Xml
Constructors
| Improve this Doc View SourceRss(Utils.OS, String, String, String, Int32, String)
Declaration
public Rss(Utils.OS remoteOS, string host, string username, string password, int port, string filePath)
Parameters
Type | Name | Description |
---|---|---|
Utils.OS | remoteOS | |
System.String | host | |
System.String | username | |
System.String | password | |
System.Int32 | port | |
System.String | filePath |
Rss(Utils.OS, String, String, String, String)
Declaration
public Rss(Utils.OS remoteOS, string host, string username, string password, string filePath)
Parameters
Type | Name | Description |
---|---|---|
Utils.OS | remoteOS | |
System.String | host | |
System.String | username | |
System.String | password | |
System.String | filePath |
Rss(String)
Creates a new connector instance.
Declaration
public Rss(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | RSS file path. |
Methods
| Improve this Doc View SourceDispose()
Disposes the object releasing its unmanaged properties.
Declaration
public override void Dispose()
Overrides
| Improve this Doc View SourceValidateRssAgainstW3C()
Validates the currently loaded RSS document against the W3C public API. Throws an exception if the document is invalid.
Declaration
public void ValidateRssAgainstW3C()
Extension Methods
ObjectExtensions.DeepClone<T>(T)