Esempio n. 1
0
 public CreateSessionResponse(Alachisoft.NosDB.Common.Protobuf.Response response)
     : base(response.ToBuilder())
 {
     _createSessionResponse = response.CreateSessionResponse.ToBuilder();
     _sessionId             = _createSessionResponse.SessionId;
     base.ResponseMessage   = this;
 }
Esempio n. 2
0
 public CreateSessionResponse()
 {
     _createSessionResponse = new Alachisoft.NosDB.Common.Protobuf.CreateSessionResponse.Builder();
     base.ResponseMessage   = this;
 }