[DefaultValue()]
[Description("Gets or sets the number of milliseconds that a socket Send method will block before throwing a SocketException.")]
public int SendTimeout {get; set;}
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the number of milliseconds that a socket Send method will block before throwing a SocketException.")>
Public Property SendTimeout As Integer