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