Discuss this help topic in SecureBlackbox Forum
Specifies the size of the referenced data piece.
Declaration
[C#]
long URIStreamCount;
[VB.NET]
Property URIStreamCount As Long
[Pascal]
property URIStreamCount : Int64;
[C++]
int64_t get_URIStreamCount();
void set_URIStreamCount(int64_t Value);
[PHP]
integer get_URIStreamCount()
void set_URIStreamCount(integer $Value)
[Java]
long getURIStreamCount();
void setURIStreamCount(long Value);
Description
This property specifies the number of bytes that should be read from
URIStream.
Discuss this help topic in SecureBlackbox Forum