MetadataEntryIsBinary Property |
Returns true if this entry is a binary-value entry.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic bool IsBinary { get; }
Public ReadOnly Property IsBinary As Boolean
Get
public:
property bool IsBinary {
bool get ();
}
member IsBinary : bool with get
Property Value
Type:
Boolean
See Also