Dart.Ftp Namespace : TcpSocketOption Class |
The following tables list the members exposed by TcpSocketOption.
Name | Description | |
---|---|---|
![]() | ExclusiveAddressUse | When set to true, forbids multiple socket bindings to the same address. |
![]() | KeepAliveInterval | The time in milliseconds between retransmission of keepalives once the KeepAliveTime has expired. |
![]() | KeepAliveTime | The connection idle time in milliseconds before TCP will begin sending keepalives. |
![]() | NoDelay | Gets or sets a value that disables the use of Nagle's algorithm so that data is sent immediately. |
![]() | OutOfBandInline | Gets or sets a value that indicates whether out-of-band (urgent) data is read as normal in-line data. |
![]() | ReceiveBufferSize | Gets or sets a value that specifies the size of the system receive buffer. (Inherited from Dart.Ftp.SocketOption) |
![]() | ReceiveTimeout | Overridden. Gets or sets a value that specifies the amount of time after which the underlying TCP Socket.Receive call will time out. |
![]() | ReuseAddress | When set to true, allows multiple socket bindings to the same address. |
![]() | SendBufferSize | Gets or sets a value that specifies the size of the system send buffer. (Inherited from Dart.Ftp.SocketOption) |
![]() | SendTimeout | Gets or sets a value that specifies the amount of time after which the underlying Socket Send call will time out. (Inherited from Dart.Ftp.SocketOption) |