Instance Method インスタンスメソッド

propertyForKey:

Returns the receiver’s property for a given key. レシーバのもつプロパティをある与えられたキーに対して返します。

Declaration 宣言

- (id)propertyForKey:(NSStreamPropertyKey)key;

Parameters パラメータ

key

The key for one of the receiver's properties. See Constants for a description of the available property-key constants and associated values. レシーバのもつプロパティの1つに対するキー。定数を利用可能なプロパティキー定数と関連値の記述として見てください。

Return Value 戻り値

The receiver’s property for the key key. キーkeyに対するレシーバのもつプロパティ。

See Also 参照

Configuring Streams ストリームを構成設定する