UdpTransportElement.TimeToLive Propriedade
Definição
Obtém ou define a vida útil do elemento de associação de UDP.Gets or sets the time to live for the UDP binding element.
public:
property int TimeToLive { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("timeToLive", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.IntegerValidator(MaxValue=255, MinValue=0)]
public int TimeToLive { get; set; }
[<System.Configuration.ConfigurationProperty("timeToLive", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.IntegerValidator(MaxValue=255, MinValue=0)>]
member this.TimeToLive : int with get, set
Public Property TimeToLive As Integer
Valor da propriedade
A vida útil para o elemento de associação UDP.The time to live for the UDP binding element.
- Atributos