KsiServiceAsyncResultPostData Property
|
Posted bytes
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic byte[] PostData { get; }
Public ReadOnly Property PostData As Byte()
Get
public:
property array<unsigned char>^ PostData {
array<unsigned char>^ get ();
}
member PostData : byte[] with get
Property Value
Type:
Byte
See Also