The members of Foundation.NSStream are listed below.
See Also: Inherited members from Foundation.NSObject
NSStream() | Default constructor that initializes a new instance of this class with no parameters. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | DataWrittenToMemoryStream | NSData. NSData containing the stream data that you have written so far. |
| [read-only] static | DataWrittenToMemoryStreamKey | NSString. Low-level key: Represents the value associated with the constant NSStreamDataWrittenToMemoryStreamKey |
| Delegate | INSStreamDelegate. An instance of the Foundation.NSStreamDelegate model class which acts as the class delegate. | |
| [read-only] | Error | NSError. Current stream error (if any). |
| [read-only] | FileCurrentOffset | NSNumber. Absolute offset of the stream. |
| [read-only] static | FileCurrentOffsetKey | NSString. Low-level key: Represents the value associated with the constant NSStreamFileCurrentOffsetKey |
default property | Item(NSString) | NSObject. Sets a configuration key on the NSStream. |
| [read-only] static | NetworkServiceType | NSString. The low-level service type that this stream is providing. |
| [read-only] static | NetworkServiceTypeBackground | NSString. Low-level key: Represents the value associated with the constant NSStreamNetworkServiceTypeBackground |
| [read-only] static | NetworkServiceTypeVideo | NSString. Low-level key: Represents the value associated with the constant NSStreamNetworkServiceTypeVideo |
| [read-only] static | NetworkServiceTypeVoice | NSString. Low-level key: Represents the value associated with the constant NSStreamNetworkServiceTypeVoice |
| [read-only] static | NetworkServiceTypeVoIP | NSString. Low-level key: Represents the value associated with the constant NSStreamNetworkServiceTypeVoIP |
| ServiceType | NSStreamServiceType. The service type that the stream is providing. | |
| SocketSecurityLevel | NSStreamSocketSecurityLevel. Controls the security protocol is used for the connection (none, SSL, TLS, negotiated). | |
| [read-only] static | SocketSecurityLevelKey | NSString. Low-level key: Represents the value associated with the constant NSStreamSocketSecurityLevelKey |
| [read-only] static | SocketSecurityLevelNegotiatedSsl | NSString. Low-level key: Represents the value associated with the constant NSStreamSocketSecurityLevelNegotiatedSSL |
| [read-only] static | SocketSecurityLevelNone | NSString. Low-level key: Represents the value associated with the constant NSStreamSocketSecurityLevelNone |
| [read-only] static | SocketSecurityLevelSslV2 | NSString. Low-level key: Represents the value associated with the constant NSStreamSocketSecurityLevelSSLv2 |
| [read-only] static | SocketSecurityLevelSslV3 | NSString. Low-level key: Represents the value associated with the constant NSStreamSocketSecurityLevelSSLv3 |
| [read-only] static | SocketSecurityLevelTlsV1 | NSString. Low-level key: Represents the value associated with the constant NSStreamSocketSecurityLevelTLSv1 |
| [read-only] static | SocketSslErrorDomain | NSString. Low-level key: Represents the value associated with the constant NSStreamSocketSSLErrorDomain |
| [read-only] static | SocksErrorDomain | NSString. Low-level key: Represents the value associated with the constant NSStreamSOCKSErrorDomain |
| SocksOptions | NSStreamSocksOptions. Settings for using a SOCKS proxy server. | |
| [read-only] static | SocksProxyConfigurationKey | NSString. Low-level key: Represents the value associated with the constant NSStreamSOCKSProxyConfigurationKey |
| [read-only] static | SocksProxyHostKey | NSString. Low-level key: Represents the value associated with the constant NSStreamSOCKSProxyHostKey |
| [read-only] static | SocksProxyPasswordKey | NSString. Low-level key: Represents the value associated with the constant NSStreamSOCKSProxyPasswordKey |
| [read-only] static | SocksProxyPortKey | NSString. Low-level key: Represents the value associated with the constant NSStreamSOCKSProxyPortKey |
| [read-only] static | SocksProxyUserKey | NSString. Low-level key: Represents the value associated with the constant NSStreamSOCKSProxyUserKey |
| [read-only] static | SocksProxyVersion4 | NSString. Low-level key: Represents the value associated with the constant NSStreamSOCKSProxyVersion4 |
| [read-only] static | SocksProxyVersion5 | NSString. Low-level key: Represents the value associated with the constant NSStreamSOCKSProxyVersion5 |
| [read-only] static | SocksProxyVersionKey | NSString. Low-level key: Represents the value associated with the constant NSStreamSOCKSProxyVersionKey |
| [read-only] | Status | NSStreamStatus. Documentation for this section has not yet been entered. |
| WeakDelegate | NSObject. An object that can respond to the delegate protocol for this type |
Close()Documentation for this section has not yet been entered. | ||
static | GetBoundStreams(out NSInputStream, out NSOutputStream, nuint)Creates an input and output streams that are linked to each other. | |
static | GetStreamsToHost(string, out NSInputStream, out NSOutputStream, nint)Creates input and output streams for a TCP/IP connection to a specific host and port. | |
Open()Documentation for this section has not yet been entered. | ||
Schedule(NSRunLoop, string)Documentation for this section has not yet been entered. | ||
Unschedule(NSRunLoop, string)Documentation for this section has not yet been entered. | ||
| OnEvent | Documentation for this section has not yet been entered. |