Click or drag to resize
SourceConnectionBuilderBuild Method (Uri)
Creates an ISourceConnection

Namespace: FlexRule.Core.Model.SourceConnections
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public ISourceConnection Build(
	Uri sourceUri
)

Parameters

sourceUri
Type: SystemUri
can be http, ftp or file protocol

Return Value

Type: ISourceConnection
See Also