The following tables list the members exposed by TcpSocketOption.
Name | Description | |
---|---|---|
![]() | LocalEndPoint | Gets or sets the desired local IPEndPoint (address and port) the socket should be bound to. (Inherited from Dart.Common.SocketOption) |
Name | Description | |
---|---|---|
![]() | ExclusiveAddressUse | Gets or Sets a value that restricts the use of local ports to only one socket each. |
![]() | LocalPortRange | Gets or sets the port range desired. (Inherited from Dart.Common.SocketOption) |
![]() | 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.Common.SocketOption) |
![]() | ReceiveTimeout | Gets or sets a value that specifies the amount of time after which the underlying Socket Receive call will time out. (Inherited from Dart.Common.SocketOption) |
![]() | SendBufferSize | Gets or sets a value that specifies the size of the system send buffer. (Inherited from Dart.Common.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.Common.SocketOption) |