Search
Setup for Free
C
C#
•
3y ago
•
3 replies
victormongi
How to send Bytes using RestSharp to api
Hello guys
, how to send Bytes using restsharp to javascript backend api
? thank you this example picture is not working
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,267
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
V
victormongi
OP
•
12/19/23, 3:36 AM
for example I just want to send this from c
# to backend api
V
victormongi
for example I just want to send this from c# to backend api
M
mindhardt
•
12/19/23, 5:22 AM
This picture is not base64
, it
's HEX
V
victormongi
OP
•
12/19/23, 5:42 AM
Solve
, by using
Buffer.from(buff, 'base64')
Buffer.from(buff, 'base64')
Buffer.from(buff, 'base64')
Buffer.from(buff, 'base64')
Similar Threads
✅ RestSharp
C
C# / help
2y ago
✅ RestSharp not using given Proxy
C
C# / help
3y ago
✅ RestSharp not using / ignoring given proxy
C
C# / help
3y ago
Replace Bytes To Another Bytes
C
C# / help
2y ago