C# Class Blaze.Server.TdfBlob

Inheritance: Tdf
Show file Open project: sebastian-malek/blaze-server

Public Properties

Property Type Description
Data byte[]

Public Methods

Method Description
TdfBlob ( string label, byte data ) : System

Method Details

TdfBlob() public method

public TdfBlob ( string label, byte data ) : System
label string
data byte
return System

Property Details

Data public property

public byte[] Data
return byte[]