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