func setProperty (Any?, forKey : Stream.PropertyKey) -> Bool
Attempts to set the value of a given property of the receiver and returns a Boolean value that indicates whether the value is accepted by the receiver.
レシーバのある与えられたプロパティの値を設定するよう試みます、そしてその値がレシーバによって受け入れられるかどうかを指し示すブール値を返します。
var delegate: StreamDelegate?
Sets the receiver’s delegate.
レシーバのもつ委任先を設定します。