Class HttpDataProvider
Inheritance
System.Object
HttpDataProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Common.Data.Providers
Assembly: Mars.Common.dll
Syntax
public class HttpDataProvider : IDataProvider<string>, IDataProvider<Uri>
Methods
| Improve this Doc View SourceImport(String, InputConfiguration)
Declaration
public IEnumerable<IDomainData> Import(string resourceUri, InputConfiguration inputConfiguration = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceUri | |
InputConfiguration | inputConfiguration |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDomainData> |
Import(Uri, InputConfiguration)
Declaration
public IEnumerable<IDomainData> Import(Uri source, InputConfiguration inputConfiguration = null)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | source | |
InputConfiguration | inputConfiguration |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDomainData> |