We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c0d8ab + 895129c commit 1fc274aCopy full SHA for 1fc274a
csharp/device/Microsoft.Azure.Devices.Client/Message.cs
@@ -529,7 +529,7 @@ internal AmqpMessage ToAmqpMessage(bool setBodyCalled = true)
529
// correct this gap. The intention of setting this two variable is
530
// so that GetBody should not be called and all Properties are
531
// readonly because the amqpMessage has been serialized.
532
-
+
533
this.SetSizeInBytesCalled();
534
if (this.bodyStream == null)
535
{
0 commit comments