VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Data Namespace / HttpStreamingStream Class / HttpStreamingStream Constructor(String)
Синтаксис Exceptions Требования Смотрите также
В этом разделе
HttpStreamingStream Constructor(String)
В этом разделе
Initializes a new instance of the T:Vintasoft.Data.HttpStreamingStream class.
Синтаксис
'Declaration

Public Function New( _
ByVal url
URL of file to stream.
As String _
)
public HttpStreamingStream(
string url
)

Parameters

url
URL of file to stream.
Исключения
ИсключениеОписание
Thrown if {i}url{/i} is {b}null{/b} or empty.
Thrown if {i}url{/i} is not a valid URL.
Thrown if {i}url{/i} does not support the "Accept-Ranges" mode.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также