UdpTransportSettings.MaxUnicastRetransmitCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies the maximum number of times a unicast message should be retransmitted (in addition to the first send).
public:
property int MaxUnicastRetransmitCount { int get(); void set(int value); };
public int MaxUnicastRetransmitCount { get; set; }
member this.MaxUnicastRetransmitCount : int with get, set
Public Property MaxUnicastRetransmitCount As Integer
Property Value
The maximum number of times a unicast message is retransmitted.
Remarks
The default value is 1.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET