Instance Property インスタンスプロパティ

maximumMessageSize

The maximum number of bytes to buffer before the receive call fails with an error. 受信呼び出しがエラーで失敗する前の、バッファに対する最大限のバイト数。

Declaration 宣言

@property NSInteger maximumMessageSize;

Discussion 議論

This value includes the sum of all bytes from continuation frames. Receive calls will fail once the task reaches this limit. この値は、継続フレームそれらからの全てのバイトの合計を含みます。受け取り呼び出しそれらは、一旦タスクがこの限界に届くならば失敗するでしょう。

See Also 参照

Sending and Receiving Data データの送信と受信