MetadataEntryValueBytes Property |
Gets the binary value of this metadata entry.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic byte[] ValueBytes { get; }
Public ReadOnly Property ValueBytes As Byte()
Get
public:
property array<unsigned char>^ ValueBytes {
array<unsigned char>^ get ();
}
member ValueBytes : byte[] with get
Property Value
Type:
Byte
See Also