소스 검색

Update MqttApplicationMessageBuilder.cs (#1230)

update function WithMessageExpiryInterval description
release/3.x.x
Jacky Jiang 3 년 전
committed by GitHub
부모
커밋
9d9077f17c
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      Source/MQTTnet/MqttApplicationMessageBuilder.cs

+ 3
- 3
Source/MQTTnet/MqttApplicationMessageBuilder.cs 파일 보기

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
@@ -198,7 +198,7 @@ namespace MQTTnet
_retain = value;
return this;
}
public MqttApplicationMessageBuilder WithDupFlag(bool value = true)
{
_dup = value;
@@ -306,7 +306,7 @@ namespace MQTTnet
}

/// <summary>
/// Adds the message expiry interval to the message.
/// Adds the message expiry interval in seconds to the message.
/// Hint: MQTT 5 feature only.
/// </summary>
/// <param name="messageExpiryInterval">The message expiry interval.</param>


불러오는 중...
취소
저장