- key
- The property to set on the NSStream.
The following is a list of possible keys that you can use, and the possible values to use
| Key | Possible Values |
|---|---|
| NSStream.SocketSecurityLevelKey | The security level used by the SSL/TLS stack. It should be one of:
|
| NSStream.SOCKSProxyConfigurationKey | Set to a dictionary of configuration information for a SOCKS proxy. The list of possible values in this dictionary include:
|
| NSStream.DataWrittenToMemoryStreamKey | Value is the NSData that is collecting data on the stream (get only). |
| NSStream.FileCurrentOffsetKey | NSNumber containing the position on the stream. |
| NSStream.NetworkServiceType | Type of service that the stream is providing, one of:
|