- propertyForKey:
Returns the receiver’s property for a given key.
レシーバのもつプロパティをある与えられたキーに対して返します。
delegate
Sets the receiver’s delegate.
レシーバのもつ委任先を設定します。
Availability 有効性
Technology
- (BOOL)setProperty:(id)property
forKey:(NSStreamPropertyKey
)key;
property
The value for key
.
key
に対する値。
key
YES
if the value is accepted by the receiver, otherwise NO
.
YES
、もしその値がレシーバによって受け入れられるならば、そうでなければNO
。
- propertyForKey:
delegate