Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取连接尝试超时并产生错误前等待的秒数。
Public ReadOnly Overrides Property ConnectionTimeout As Integer
public override int ConnectionTimeout {get;}
15 秒
以下语句显示 ConnectionTimeout 的值。
MessageBox.Show( conn.ConnectionTimeout.ToString( ) );