The following tables list the members exposed by SocketOption.
Name | Description | |
---|---|---|
![]() | LocalEndPoint | Gets or sets the desired local IPEndPoint (address and port) the socket should be bound to. |
Name | Description | |
---|---|---|
![]() | LocalPortRange | Gets or sets the port range desired. |
![]() | 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. |
![]() | 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. |