コード例 #1
0
 public override RequestBase Build()
 {
     WithHeader(Command.AUTH)
     .WithInstruction(Key.USER_NAME, _authRequest.Username)
     .WithTuple(_authRequest.GetAuthTuple());
     return(this);
 }