Click or drag to resize

ByteRange Constructor (Int64, Int64)

Initializes a new instance of the ByteRange class

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntax
C#
public ByteRange(
	long start,
	long end
)

Parameters

start
Type: SystemInt64
end
Type: SystemInt64
See Also