Searched refs:_closeReason (Results 1 – 2 of 2) sorted by relevance
360 private String _closeReason; field in NanoWSD.WebSocketFrame.CloseFrame371 … this._closeReason = binary2Text(getBinaryPayload(), 2, getBinaryPayload().length - 2); in CloseFrame()380 return this._closeReason; in getCloseReason()
237 NSString *_closeReason;815 …_closeReason = [[NSString alloc] initWithData:[data subdataWithRange:NSMakeRange(2, dataSize - 2)]…816 if (!_closeReason) {1109 … [self.delegate webSocket:self didCloseWithCode:_closeCode reason:_closeReason wasClean:YES];