Constructor.

Namespace: MonoSoftware.MonoX.oEmbed.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public ServiceCallBuilder(
	string apiEndpoint,
	string url,
	ServiceCallBuilder..::..DataType dataType
)
Visual Basic
Public Sub New ( 
	apiEndpoint As String,
	url As String,
	dataType As ServiceCallBuilder..::..DataType
)
Visual C++
public:
ServiceCallBuilder(
	String^ apiEndpoint, 
	String^ url, 
	ServiceCallBuilder..::..DataType dataType
)
F#
new : 
        apiEndpoint : string * 
        url : string * 
        dataType : ServiceCallBuilder..::..DataType -> ServiceCallBuilder

Parameters

apiEndpoint
Type: System..::..String
API endpoint.
url
Type: System..::..String
URL.
dataType
Type: MonoSoftware.MonoX.oEmbed.Utilities..::..ServiceCallBuilder..::..DataType
Data type.

See Also