| Dart.Ftp Namespace : SocketOption Class | 
For a list of all members of this type, see SocketOption members.
| Name | Description | |
|---|---|---|
|  | ExclusiveAddressUse | When set to true, forbids multiple socket bindings to the same address. | 
|  | ReceiveBufferSize | Gets or sets a value that specifies the size of the system receive buffer. | 
|  | ReceiveTimeout | Gets or sets a value that specifies the amount of time after which the underlying 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. | 
|  | SendTimeout | Gets or sets a value that specifies the amount of time after which the underlying Socket Send call will time out. |