protocolId property

int get protocolId

Implementation

int get protocolId {
  if (_clientType == ClientTypes.HEADERS) {
    return _protoId;
  } else {
    return 0;
  }
}
set protocolId (int protoId)

Implementation

set protocolId(int protoId) => _protoId = protoId;